Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use RSE plugin in Eclipse?

I installed the RSE plugin in Eclipse intending to either use SSH or FTP to work with files on a remote machine. I set up both an SSH and FTP connection, but neither works.

For example, here is what happens when I connect using FTP:

alt text

As you can see, the directories on the server show up, but I can't do anything with them. No sub-folders are showing up and none of the files can be opened.

I'm completely new to Eclipse, (though certainly not new to working with FTP) so I really don't know what to do to get this working.


Also, is there any way to use this with the PHP perspective at all?

like image 439
Nathan Osman Avatar asked Nov 09 '10 06:11

Nathan Osman


1 Answers

First, make sure you are using the latest update site for RSE. In Eclipse, go to Preferences >> Install/Update >> Available Software Sites and check that the update site for RSE is listed correctly and it is enabled. You can learn the latest update site from the Target Management Home Page (look for an update site link next to the latest release announcement).

Once you do that, you must also have the RSE Core plugin enabled in addition to SSH or FTP services. In Eclipse, go to Help >> Install New Software. Expand the TM and RSE Uncategorized category and install the RSE Core plugin.

You should now see sub-folders, and have more options on the remote folder right-click menu. You can, for example create a remote project or import remote folders into your current project.

like image 116
Ozgur Ozcitak Avatar answered Oct 14 '22 22:10

Ozgur Ozcitak