断点续传可以用rsync

rsync

使用ssh的同步文件的工具,用来传输文件很方便,可以断点续传!

常用

1
2

rsync -av -e 'ssh -p 222' source/ user@remote_host:/destination

参考:rsync 用法教程