如何在Eclipse中使用RSE插件?

发布于 10-01 06:13 字数 448 浏览 5 评论 0原文

我在 Eclipse 中安装了 RSE 插件,打算使用 SSH 或 FTP 来处理远程计算机上的文件。我设置了 SSH 和 FTP 连接,但都不起作用。

例如,当我使用 FTP 连接时,会发生以下情况:

alt text

如您所见,服务器上的目录显示起来,但我对他们无能为力。没有显示任何子文件夹,也无法打开任何文件。

我对 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:

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

带刺的爱情2024-10-08 06:13:41

首先,确保您使用的是 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.

执手闯天涯2024-10-08 06:13:41

您的问题可能与“仅显示文件”复选框有关。在远程系统透视图中右键单击“Sftp 文件”并尝试创建新连接。在“文件过滤器”对话框窗口中,确保未选中“仅显示文件”复选框。

Your problem might be associated with the "Show files only" checkbox. In the Remote Systems perspective right-click on "Sftp Files" and try to create a new connection. In the "File Filter" dialog window make sure the "Show files only" checkbox is not checked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文