pscp 命令---windows和linux之间互相拷贝文件的工具

pscp -r d:\cc root@10.0.0.8:/root/test

copy d:\cc content recursively into the /root/test, contains the cc directory

 

pscp -r d:\cc\ root@10.0.0.8:/root/test

copy d:\cc content recursively into the /root/test, does not contain the cc directory

 

Linux之间互相拷贝文件的话使用——scp命令

posted @ 2019-03-25 09:47  lishidefengchen  阅读(764)  评论(0)    收藏  举报