如何向 Eclipse 添加 FTP 支持?

发布于 2024-07-05 09:33:37 字数 71 浏览 6 评论 0原文

我正在使用 Eclipse PHP 开发工具。 通过 FTP、SSH 和 SFTP 访问文件或创建远程项目的最简单方法是什么?

I'm using Eclipse PHP Development Tools. What would be the easiest way to access a file or maybe create a remote project trough FTP and maybe SSH and SFTP?.

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

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

发布评论

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

评论(6

怎樣才叫好 2024-07-12 09:33:37

Eclipse 本身支持 FTP 和 SSH。 阿普塔纳没有必要。

Eclipse 中的本机 FTP 和 SSH 支持位于“远程系统资源管理器最终用户运行时”插件中。

通过 Eclipse 本身安装它。 这些说明可能会因您的 Eclipse 版本而略有不同:

  1. 转到“帮助”-> “安装新软件”(在旧版 Eclipse 中,这称为有点不同)
  2. 在“使用:”下拉列表中,选择您版本的插件发布站点。 示例:对于 Kepler,这是
    Kepler - http://download.eclipse.org/ releases/kepler
  3. 在过滤器字段中,输入“remote”。
  4. 选中“远程系统资源管理器最终用户运行时”旁边的框,
  5. 单击“下一步”,然后接受条款。 现在应该下载并安装。
  6. 安装后,Eclipse 可能需要重新启动。

使用它,在 Eclipse 中:

  1. Window -> 开放视角-> (也许选择“其他”)-> 远程系统资源管理器
  2. 文件 -> 新-> 其他-> 远程系统资源管理器(文件夹)-> 连接(或在筛选字段中输入“连接”)
  3. 从“选择远程系统类型”面板中选择 FTP。
  4. 在下一个面板中填写您的 FTP 主机信息(用户名和密码稍后提供)。
  5. 在“远程系统”面板中,右键单击主机名,然后单击“连接”。
  6. 输入用户名+密码就可以了!
  7. 嗯,不完全是“好”。 RSE 系统相当不寻常,但您已连接。
  8. 你真是个聪明人! 剩下的你就会明白了。

编辑:要更改默认端口,请按照本页上的说明操作:http://ikool.wordpress.com/2008/07/25/tips-to-access-ftpssh-on- Different-ports-使用-eclipse-rse/

Eclipse natively supports FTP and SSH. Aptana is not necessary.

Native FTP and SSH support in Eclipse is in the "Remote System Explorer End-User Runtime" Plugin.

Install it through Eclipse itself. These instructions may vary slightly with your version of Eclipse:

  1. Go to 'Help' -> 'Install New Software' (in older Eclipses, this is called something a bit different)
  2. In the 'Work with:' drop-down, select your version's plugin release site. Example: for Kepler, this is
    Kepler - http://download.eclipse.org/releases/kepler
  3. In the filter field, type 'remote'.
  4. Check the box next to 'Remote System Explorer End-User Runtime'
  5. Click 'Next', and accept the terms. It should now download and install.
  6. After install, Eclipse may want to restart.

Using it, in Eclipse:

  1. Window -> Open Perspective -> (perhaps select 'Other') -> Remote System Explorer
  2. File -> New -> Other -> Remote System Explorer (folder) -> Connection (or type Connection into the filter field)
  3. Choose FTP from the 'Select Remote System Type' panel.
  4. Fill in your FTP host info in the next panel (username and password come later).
  5. In the Remote Systems panel, right-click the hostname and click 'connect'.
  6. Enter username + password and you're good!
  7. Well, not exactly 'good'. The RSE system is fairly unusual, but you're connected.
  8. And you're one smart cookie! You'll figure out the rest.

Edit: To change the default port, follow the instructions on this page: http://ikool.wordpress.com/2008/07/25/tips-to-access-ftpssh-on-different-ports-using-eclipse-rse/

贵在坚持 2024-07-12 09:33:37

Aptana 插件 安装到您的 Eclipse 安装中。

它具有内置的 FTP 支持,并且运行良好。

您可以:

  • 直接从 FTP 服务器编辑文件
  • 执行文件/文件夹管理(复制、删除、移动、重命名等)
  • 向 FTP 服务器上传/下载文件
  • 将本地文件与 FTP 服务器同步。 您可以为此创建多个配置文件(实际上是项目),这样您就不必一遍又一遍地重新输入。

事实上,FTP 支持非常好,我现在使用 Aptana(或 Eclipse + Aptana)来满足我所有的 FTP 需求。 另外,我还获得语法突出显示/任何编码支持。 诚然,Eclipse 并不是启动速度最快的应用程序,但它并没有让我太烦恼。

Install Aptana plugin to your Eclipse installation.

It has built-in FTP support, and it works excellently.

You can:

  • Edit files directly from the FTP server
  • Perform file/folder management (copy, delete, move, rename, etc.)
  • Upload/download files to/from FTP server
  • Synchronize local files with FTP server. You can make several profiles (actually projects) for this so you won't have to reinput over and over again.

As a matter of fact the FTP support is so good I'm using Aptana (or Eclipse + Aptana) now for all my FTP needs. Plus I get syntax highlighting/whatever coding support there is. Granted, Eclipse is not the speediest app to launch, but it doesn't bug me so much.

过期情话 2024-07-12 09:33:37

您检查过RSERemote S< /strong>系统Explorer) ? 我认为这非常接近您想要实现的目标。

关于它的博客文章,带有屏幕截图

have you checked RSE (Remote System Explorer) ? I think it's pretty close to what you want to achieve.

a blog post about it, with screenshots

余生共白头 2024-07-12 09:33:37

我不确定这是否适合您,但是当我使用 Eclipse 执行小型单独 PHP 项目时,我设置的第一件事是用于将项目部署到远程测试环境的 Ant 脚本。 我在本地进行编码,每当我想测试它时,我只需点击更新远程站点的快捷方式即可。

Eclipse 具有良好的开箱即用的 Ant 支持,并且脚本并不难编写。

I'm not sure if this works for you, but when I do small solo PHP projects with Eclipse, the first thing I set up is an Ant script for deploying the project to a remote testing environment. I code away locally, and whenever I want to test it, I just hit the shortcut which updates the remote site.

Eclipse has good Ant support out of the box, and the scripts aren't hard to make.

素年丶 2024-07-12 09:33:37

由于提到的其他解决方案都不能让我满意,我编写了一个脚本,当触发 eclipse 的自动构建功能时,它使用 WinSCP 将项目中的本地目录同步到 FTP(S)/SFTP/SCP 服务器。 显然,这是一个仅限 Windows 的解决方案。

也许有人觉得这很有用:
http: //rays-blog.de/2012/05/05/94/use-winscp-to-upload-files-using-eclipses-autobuild-feature/

As none of the other solutions mentioned satisfied me, I wrote a script that uses WinSCP to sync local directories in a project to a FTP(S)/SFTP/SCP Server when eclipse's autobuild feature is triggered. Obviously, this is a Windows-only solution.

Maybe someone finds this useful:
http://rays-blog.de/2012/05/05/94/use-winscp-to-upload-files-using-eclipses-autobuild-feature/

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