This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: zmodem for cygwin (rz.exe and sz.exe)


On Sun, Jun 17, 2001 at 12:17:30PM -0700, John Benninghoff wrote:
>I've built rz.exe and sz.exe on cygwin using the rzsz.zip package.
>The utilities run but the file transfered does not have the correct
>checksum.  :(

It's probably a textmode/binary mode problem. Make sure that the files are
opened with O_BINARY if you're using open or "rb" or "wb" if you're using
fopen.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]