When downloading (uploading) big enough file via ssh scp is not the best solution while after termination one needs to resume upload.
Solution
Solution
rsync --inplace -P -e "ssh -i key.pem" IN OUTNote the --inplace parameter.
No comments:
Post a Comment