Scp resume

Besides the all of the goodness of scp tool, it doesn't have a resuming functionality, yet. If you are trying to copy a large file through scp and if copy process aborted by any reason, normally you have to start from the beginning.

But, by the help of the great rsync tool, it is possible to use resuming on ssh tunnel like this:

rsync --partial --progress -e ssh file1 user@host:/dir

 







You must be login first or sign-up for an account to post comments.

Maybe you should look at these also: