I'm using Eclipse PHP Development Tools, which would be the easiest way to access a file or maybe create a remote project trough FTP and maybe SSH and SFTP?.
|
1
|
|
|
|
|
|
have you checked RSE (Remote System Explorer) ? I think it's pretty close to what you want to achieve. |
|||
|
|
|
I'm not sure if this works for you, but when I do small solo PHP projects with Eclipse, the first thing I set up is an Ant script for deploying the project to a remote testing environment. I code away locally, and whenever I want to test it, I just hit the shortcut which updates the remote site. Eclipse has good Ant support out of the box, and the scripts aren't hard to make. |
||
|
|
|
Install Aptana plugin to your Eclipse installation. It has built-in FTP support. |
||
|
|
