Subscribe to RSS Feed

Tip: scp Resume

January 31, 2007 by

I left a desktop to download some humongous logs last night using scp and of course the connection was lost in the middle.

I looked for a possible resume feature in scp and found this tip:
Using rsync to resume partial file transfers: joen.dk » Tip: scp Resume

rsync –partial –progress -e ‘ssh’ ….

Tags: , ,