如何在phpstorm中使用ssh传输文件

时间:2013-07-01 10:35:48

标签: ssh phpstorm

在我的项目中,我只有ssh,没有ftp sftp和rsync,我在phpstorm中编写php脚本 但我还没有找到关于ssh的插件。 我想在Windows上开发,所以任何人都知道有没有将文件传输到linux,

谢谢大家

1 个答案:

答案 0 :(得分:0)

尝试使用scp命令。

scp your_username@remotehost.edu:foobar.txt / some / local / directory