Eclipse PDT 远程系统资源管理器 FTP 不显示文件
我正在尝试使用远程系统资源管理器设置 Eclipse PDT。我使用的是 Mac 10.5.8,并且使用的是 Galileo PDT。 RSE 版本为 3.1.1。
从 RSE 角度来看,我建立了一个新的 FTP 连接,将被动设置为 true,并且连接正常,没有任何问题。该树显示“MYSERVER/Files/My Home”和“MYSERVER/Files/Root”。我单击 root 访问我的文件,它显示“待处理...”,然后什么也没有。它没有显示文件,没有错误消息,而且无论我做什么都无法访问我的文件。在另一台服务器上,我通过 subclipse (subversion) 进行通信,它运行得非常好,但我无法让简单的 FTP 连接正常工作。
有没有人遇到过这个问题并且能够解决它?谢谢。
I'm trying to set up my Eclipse PDT with Remote System Explorer. I'm on a Mac 10.5.8, and I'm using Galileo PDT. RSE is version 3.1.1.
In RSE perspective I set up a new FTP connection, set passive to true, and connect just fine, without any problems. The tree shows "MYSERVER/Files/My Home" and "MYSERVER/Files/Root". I click on root to get to my files, it says "pending..." and then nothing. It shows no files, no error messages, and I can't get to my files no matter what I do. On another server I communicate via subclipse (subversion) and it's working spectacularly, but I can't get the simple FTP connection to work.
Has anyone had this problem and been able to solve it? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当 FTP 连接器服务设置的“解析器”属性设置为特定解析器(即 WinNT 解析器)时,我遇到了此问题。我将其设置为“自动”,现在我可以看到树中列出的文件。
实现此设置的一种方法是:显示“远程系统详细信息”视图,右键单击 FTP 连接并选择“属性”,转到“连接器服务”,然后转到顶部树中“FTP 连接器服务”下的“FTP 设置”。
您可能还需要将“passive”属性设置为 true。
I had this problem when the 'parser' property of the FTP Connector Service settings was set to a particular parser, i.e. the WinNT one. I set it to AUTO and now I can see the file listing in the tree.
One way to get to this setting: show the Remote Systems Details view, right click on your FTP connection and select Properties, go to Connector Services, then FTP Settings under FTP Connector Service in the top tree.
You may also need to set the 'passive' property to true.
我有类似的问题(但使用 Zend studio)。另一个答案没有帮助。 如果不起作用
,请尝试删除连接,重新创建并再次尝试相同的步骤
I had similar problem (but with Zend studio). The other answer did not help. Here what I did
if does not work, try to remove connection, create again and try the same steps again