ssh使用

上传:    scp myfile.txt username@192.168.1.1:/homw/

下载:    scp username@192.168.1.5:/home/myfile.txt /home/

下载整个目录:    scp -r root@192.168.1.1:/home/explorer/python3/ /home/explorer/temp/

posted @ 2018-03-17 18:27  撒欢  阅读(174)  评论(0编辑  收藏  举报