Windows和linux通过命令互传文件

下载pscp

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

放在Windows的c:windows/system32下

pscp.exe -l root -pw "KJdsnhjg" -r "c:\test0327.txt"  root@10.132.131.51:/usr/local/source/dist

解释:

将Windows中的c:\test0327.txt文件,传输到10.132.131.51:/usr/local/source/dist路径下,-l 指定用户名,-pw 指定linux的密码

 

posted @ 2019-03-27 18:09  秋寻草  阅读(3869)  评论(0编辑  收藏  举报