FTP and SSH access for Eclipse
You can edit files on a server using Eclipse!
Steps for installing FTP/SSH client plugin for Eclipse
- Install Eclipse for PHP Developers
- Go to 'Help' -> 'Install New Software'
- In 'Work with' drop-down select the main download page for your version of eclipse
- In the filter field, type 'remote'
- Check the box next to 'Remote System Explorer End-User Runtime'
- Install the plugin
Once the plugin is installed, and eclipse is restarted
- Window -> Perspective -> Open Perspective -> 'Other' -> Remote System Explorer
- File -> New -> Other -> Remote System Explorer -> Connection -> FTP/SSH
- Fill in your FTP/SSH server info
- In the Remote Systems panel, right-click the hostname and click 'connect'
- Enter username + password
- Edit the files located under "Files > My Home"
Any saves made in Eclipse will be live. Don't mess anything up.
You may need to CTRL F5 to get new changes