1. In wp-config.php add define(‘FS_METHOD’, ‘direct’);
2. Make server writable the directories wp-content/, wp-content/plugins/
3. Install the plugin (copy the plugin dir into the wp-content/plugins dir).
4. Remove server writable right from directories wp-content/, wp-content/plugins/
Hope this will solve your problem.