linux命令
rsync -P --rsh=ssh homefile.zip root@30.19.103.99:/home/remote.zip
这个命令的含义:
-P 断点续传
-rsh ssh 远程shell
homefile.zip 本地文件
root@30.19.103.99:/home/remote.zip 远程主机上的目的文件 root是远程用户名
posted on 2017-08-23 13:19 pa200318 阅读(252) 评论(0) 收藏 举报