Need help with error correction.

Narayan S. Raja raja at bombay.cps.msu.edu
Thu Feb 7 12:15:37 AEST 1991


In article <1991Feb6.142829.20725 at dg-rtp>, (Greg Hunt) writes:


< When I've had file transmission problems, I've used sum(1) to produce
< a checksum of the file on both the sending side machine and the
< receiving side machine and compared the results.  If they weren't the
< same, then I knew that something got corrupted in the transmission and
< I got the file again.


I've also used sum for the same purpose.
However, according to the man page, sum
may give different checksums if sizeof(int)
is different on the two machines.


Narayan Sriranga Raja.



More information about the Comp.unix.questions mailing list