Problem:
You transfer a file to a remote computer via scp:
scp my_favourite_file.tar.gz user@192.168.16.2:~
But before the transfer is completed the connection is broken.
How can I continue the transfer from the point it broke?
Solution:
rsync -P -e ssh my_favourite_file.tar.gz user@192.168.16.2:~