Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 Eclipse 的 RSE 连接到远程服务器时,我可以通过 sftp 上传和编辑文件,并且可以将其保存在本地,但我不知道如何将其保存回远程服务器。我什至无法判断此功能是否可用。
帮助!
我不了解 sftp,但使用 ssh,我很肯定从远程服务器加载的文件也会远程保存。我想sftp也是如此。我对 RSE 的理解是它位于 ECF(Eclipse 通信设施)之上,因此提供了不同的传输机制(ssh、sftp)来实现相同的最终结果。其中编辑远程文件。