I have a big gzipped file which is 2.5G in size, I tried scp it from the remote server, after the transfer has finished, I md5sum checked it, it failed. The transfer was completed and the file size(in bytes) are exactly the same.
My question is how can I transfer this file reliably with scp or with any other tool?
Thanks.
rsyncor a simple web server there (via Python, perhaps) to then get the file withwgetorcurl? – alexandru Mar 9 '12 at 6:43