resume transfer of large ssh file
you need to install rsync on both client and server
apt-get install rsync
rsync -P -r -e ssh username@server: <serverfile> <localfile>
you need to install rsync on both client and server
apt-get install rsync
rsync -P -r -e ssh username@server: <serverfile> <localfile>