Progressing on the broken scp command
If you are in middle of the scp command of a large file and upload breaks in between due to network issue you can continue on the copy from where it broke using the rsync command as follows
rsync -P -e ssh :
Comments
Post a Comment