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
|
Copyright © 2003 - 2025 Tom Kacperski (microdevsys.com). All rights reserved.
|