A quick tip that just worked beautifully on a 90GB file for me: It’s possible to continue scp transfers with rsync.
rsync --partial --progress --rsh=ssh user@host:remote_file local_file
taken from here. (Thanks!)
P.S.: You can follow me on Twitter.