2009
12.23
12.23
Secure copy(scp) can be stalled, generally while transferring a big file.
You can resume the stalled transfer by,
rsync –partial –progress –rsh=ssh user@host:remote_file local_file
Findings, Tips & Tricks
Secure copy(scp) can be stalled, generally while transferring a big file.
You can resume the stalled transfer by,
rsync –partial –progress –rsh=ssh user@host:remote_file local_file
No Comment.
Add Your Comment