Resume scp transfer using rsync
You can resume an SCP transfer using rsync:
rsync –partial –progress –rsh=ssh USER@HOST:<REMOTE FILE> <LOCAL FILE>
Or off the web use:
wget –continue <URL>
Cheers,
TK
You can resume an SCP transfer using rsync:
rsync –partial –progress –rsh=ssh USER@HOST:<REMOTE FILE> <LOCAL FILE>
Or off the web use:
wget –continue <URL>
Cheers,
TK
You must be logged in to post a comment.
Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.
|