Benjamin Bouillé bio photo

Benjamin Bouillé

IT consultant

Email Twitter Google+ LinkedIn Github Stackoverflow

Resume SSH transfer

Use rsync to be able to resume a transfer over SSH :

rsync --partial --progress --rsh=ssh user@host:remote_file local_file

Thanks to tigroferoce.