# Add this alias into ~/.bashrc alias scpresume='rsync --partial --progress --rsh=ssh' # begin a scp copy: scp foo user@remotehost:/tmp/ # if a problem occur during the copy, simply type: scpresume foo user@remotehost:/tmp/ # enjoy :-)