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.
在我的项目中,我只有 ssh,没有 ftp sftp 和 rsync,我在 phpstorm 中编写了 php 脚本,但我没有找到任何关于 ssh 的插件。我想在windows上开发,所以任何人都知道无论如何可以将文件传输到linux,
谢谢大家
尝试使用 scp 命令。
scp your_username@remotehost.edu:foobar.txt /some/local/directory