Register now and start sharing your code snippets.
-->
Resume scp download
Shell Script (Bash) posted about 1 year ago by marko
Unfortunately there is no way for scp to resume a download. Don’t despair though if your download was interrupted. Rsync is capable of resuming it. Be aware though, that rsync makes a temporary file that will become as large as the target file is so your disk may become full during the resume process.
1 rsync --partial --progress --rsh=ssh host:/work/source.tar.bz2 .