如何在Eclipse中使用RSE插件?
我在 Eclipse 中安装了 RSE 插件,打算使用 SSH 或 FTP 来处理远程计算机上的文件。我设置了 SSH 和 FTP 连接,但都不起作用。
例如,当我使用 FTP 连接时,会发生以下情况:
如您所见,服务器上的目录显示起来,但我对他们无能为力。没有显示任何子文件夹,也无法打开任何文件。
我对 Eclipse 完全陌生(尽管对于使用 FTP 当然不陌生),所以我真的不知道该怎么做才能让它工作。
另外,有什么方法可以从 PHP 角度使用它吗?
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:
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?
首先,确保您使用的是 RSE 的最新更新站点。在 Eclipse 中,转到“首选项>>”安装/更新>>可用软件站点并检查 RSE 更新站点是否已正确列出并且已启用。您可以从目标管理主页了解最新的更新站点(查找更新最新发布公告旁边的站点链接)。
完成此操作后,除了 SSH 或 FTP 服务之外,您还必须启用RSE Core插件。在 Eclipse 中,转到“帮助>>”安装新软件。展开TM and RSE Uncategorized类别并安装RSE Core插件。
您现在应该看到子文件夹,并且远程文件夹右键菜单上有更多选项。例如,您可以创建远程项目或将远程文件夹导入到当前项目中。
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.