Wordpress Install/Update Plugins etc Locally via Admin

If you like the admin functionality to manage plugins, themes and other updates that wordpress features and would like to have this working when you are developing locally then you might find that you need to set up an FTP server locally just for this purpose.

Perhaps a better solution, especially if you use a *nix based desktop such as Linux is to try this extension:

http://wordpress.org/extend/plugins/ssh-sftp-updater-support/

This will extend the FTP functionality to also use SFTP or SSH for the updates. If you are already running an SSH server on your desktop then there is very little left to do. If you are not then a quick


sudo apt-get install openssh-server

And you are ready to go.

From this point you can then use the admin functionality to manage plugins etc which is a nice slick way of doing things.


Tags: sshwordpressadminupdateftp