views:

15243

answers:

8

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

+6  A: 

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

PW
Yep this work, a little to much setting up but that's eclipse, thanks!!
levhita
Nice I like it!
Saif Bechan
A: 

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.

Internet Friend
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
+6  A: 

Install Aptana plugin to your Eclipse installation.

It has built-in FTP support, and it works excellently.

You can:

  • Edit files directly from the FTP server
  • Perform file/folder management (copy, delete, move, rename, etc.)
  • Upload/download files to/from FTP server
  • Synchronize local files with FTP server. You can make several profiles (actually projects) for this so you won't have to reinput over and over again.

As a matter of fact the FTP support is so good I'm using Aptana (or Eclipse + Aptana) now for all my FTP needs. Plus I get syntax highlighting/whatever coding support there is. Granted, Eclipse is not the speediest app to launch, but it doesn't bug me so much.

Hendy Irawan
A: 

SFTP Plug-in: http://www.jcraft.com/eclipse-sftp/ :)

Carlos
A: 

that is good!that is good!

乐而乐
A: 

I second that :-)

Thanks mate.

Vali D.
+4  A: 

Just a word of warning about Aptana - I downloaded it because of this question. It's a vast plug-in that does a lot more than just ftp-type things. As such it adds things all over your Eclipse installation - including advertisements for Adobe. There also seems to be no documented way of removing it. For me, this was a disaster that totally messed up my Eclipse configuration. So be warned - know what you're getting into with Aptana.

delany
-1: Should be a comment, not an answer
Casebash
I wasn't allowed to add comments at that time ...
delany
+1 for the warning.
Hippo