Linux之scp命令

scp root@107.172.27.254:/home/test.txt .   //下载文件

scp test.txt root@107.172.27.254:/home  //上传文件

scp -r root@107.172.27.254:/home/test .  //下载目录

scp -r test root@107.172.27.254:/home   //上传目录


posted @ 2019-02-24 01:09  姜文文  阅读(46389)  评论(0编辑  收藏  举报