On 2017-07-16 21:57, John Andersen wrote:
On 07/16/2017 10:26 AM, Carlos E. R. wrote:
On 2017-07-16 19:21, Richmond wrote:
"Carlos E. R." <> writes:
I found this site:
https://serverfault.com/questions/140573/how-can-i-check-if-a-file-is-well-t...
It says that the client may fail to deal with an error from the server properly. As I was getting the data from a slackware system maybe they are different versions.
Also the file would have had a rough ride, as it was coming from a 32 bit system via a homeplug to a router and then by wifi to its destination.
If doesn't matter if it goes round the world... Supposedly TCP is reliable.
Years ago we knew we had to verify all transported files.
That isn't exactly true tho. It is possible to get corrupted transfer over TCP/IP. Wise people put their own checksums into transfers.
Further, even if it was true, there is a lot of opportunity for corruption before the transfer is actually handed over to the ssh transport.
The problem here is the implementation of sftp is dependent on compatible implimentations on both sides. To avoid that, you want to use something that relies on more basic tools.
sftp is encrypted. You would get nothing if the toolset is not compatible. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)