Eclipse Neon-通过SFTP将文件上载到服务器

Eclipse Neon-通过SFTP将文件上载到服务器,eclipse,ssh,ftp,sftp,Eclipse,Ssh,Ftp,Sftp,我使用的是EclipseNeon和Pydev,我找不到一个插件或程序,可以通过SFTP将我机器中编辑的文件上传到远程服务器 我尝试使用JCraft,但它似乎与我的Eclipse不兼容,因为我得到了错误 Cannot complete the install because one or more required items could not be found. Software being installed: SFTP Plug-in 0.0.4 (com.jcraft.eclip

我使用的是EclipseNeon和Pydev,我找不到一个插件或程序,可以通过SFTP将我机器中编辑的文件上传到远程服务器

我尝试使用JCraft,但它似乎与我的Eclipse不兼容,因为我得到了错误

  Cannot complete the install because one or more required items could not be found.
  Software being installed: SFTP Plug-in 0.0.4 (com.jcraft.eclipse.sftp.feature.feature.group 0.0.4)
  Missing requirement: SFTP Plug-in 0.0.4 (com.jcraft.eclipse.sftp.feature.feature.group 0.0.4) requires 'org.eclipse.core.runtime.compatibility 0.0.0' but it could not be found
(如果有人知道如何解决这个问题,那就太棒了!)


有人知道如何做到这一点吗?可能使用远程系统视图或团队同步工具?我还没有找到一种方法来正确设置一个项目以获得我想要的东西。

JCraft代码正在尝试使用旧的Eclipse代码(
org.Eclipse.core.runtime.compatibility
),该代码已不在当前的Eclipse版本中。没有现有的解决方法?您尝试过使用远程系统资源管理器(RSE)吗?您得到了什么结果?JCraft代码正在尝试使用旧的Eclipse代码(
org.Eclipse.core.runtime.compatibility
),该代码已不在当前的Eclipse版本中。没有现有的解决方法?您是否尝试过使用远程系统资源管理器(RSE)?你得到了什么结果?