Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to work on remote files in Eclipse?

Tags:

eclipse

I'm looking into using Eclipse as a dev environment for PHP projects, but it's pretty huge and I'm not sure where to look for answers. I want to be able to work on remote files from within the client - i.e., rather than using an FTP client to download copies from our remote development server, working on them locally, and then having to upload them to test, I want to be able to work directly on the remote files. I know many development environments allow this - my colleagues who work on Macs use Coda, which allows them to define sites and access all files via an explorer tree. I'm currently running Bluefish on Ubuntu, and it also allows this.

I've downloaded and installed Helios, but can't seem to find an obvious menu entry for handling remote files. Can anyone point me in the right direction?

Edited to add: we don't use version control at this point, so I'm not looking for any kind of Subversion tie-in.

like image 769
EmmyS Avatar asked Aug 13 '10 00:08

EmmyS


People also ask

Does Eclipse support SSH?

Remote System Explorer is result of Eclipse Target Management team work. It support SSH, Telnet, FTP and DStore protocols.


1 Answers

The RSE (Remote System Explorer) may be what you're looking for. It's an implementation of the Eclipse File System framework which allows resources in your workspace to be backed in reality by remote resources.

like image 150
Tom Crockett Avatar answered Oct 27 '22 11:10

Tom Crockett