vote up 0 vote down star
1

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?.

flag

77% accept rate

3 Answers

vote up 4 vote down check

have you checked RSE (Remote System Explorer) ? I think it's pretty close to what you want to achieve.

a blog post about it, with screenshots

link|flag
Yep this work, a little to much setting up but that's eclipse, thanks!! – levhita Sep 18 '08 at 19:39
vote up 0 vote down

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.

link|flag
Even for solo projects I usually use Subversion, this is just an odd case. I guess that deploying with ant is very similar than subversion. – levhita Sep 18 '08 at 19:38
vote up 0 vote down

Install Aptana plugin to your Eclipse installation.

It has built-in FTP support.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.