如何使用 Eclipse for PHP Developers 连接到 ftp?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8500835/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to connect to ftp using Eclipse for PHP Developers?
提问by pacificindio
I just want to know how to connect through ftp using Eclipse for PHP Developer.
我只想知道如何使用 Eclipse for PHP Developer 通过 ftp 进行连接。
回答by Huey
Eclipse provides FTP support through an FTP plugin. Try going to Help>Install New Software, and add http://download.eclipse.org/releases/neon(you can replace "neon" with the Eclipse release you have). From there, you should see the PHP, XML, Web Development, and Remote System Explorer plugins. Installing RSE will give you ftp support.
Eclipse 通过 FTP插件提供 FTP 支持。尝试转到帮助>安装新软件,然后添加http://download.eclipse.org/releases/neon(您可以将“neon”替换为您拥有的 Eclipse 版本)。从那里,您应该看到 PHP、XML、Web 开发和远程系统资源管理器插件。安装 RSE 将为您提供 ftp 支持。
回答by DjimOnDev
I use Aptana with Php plugin. You can add projet with distant server and upload files, compare, ...
我使用带有 PHP 插件的 Aptana。您可以添加远程服务器的项目并上传文件,比较,...
回答by Akhil Thayyil
Check the remote development environment installation in this link http://www.madirish.net/node/220, install the libraries specified there , so that u can access the files via ftp directly to your eclipse window
检查此链接http://www.madirish.net/node/220 中的远程开发环境安装,安装那里指定的库,以便您可以通过 ftp 直接访问您的 eclipse 窗口中的文件
回答by dimitrisli
Use the RSE plugin for eclipse