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

John Benninghoff jbenninghoff@yahoo.com
Tue Jun 19 08:54:00 GMT 2001


That was it!  At least for rz.exe.  It now receives
files and saves them with the correct checksum.  The
only problem remaining is that it is extremely slow
compared to rz on Linux.  I also need to test sz.exe.

--- John Benninghoff <jbenninghoff@yahoo.com> wrote:
> Thanks for the tip.  That could easily be it.  I
> hate
> that binary/text mode crap in Windows!
> 
> I'll check the source and try to code a fix for it.
> I'll post my findings to the cygwin list.
> 
> -- jb
> 
> --- Christopher Faylor <cygwin@cygwin.com> wrote:
> > 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
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Spot the hottest trends in music, movies, and more.
> http://buzz.yahoo.com/
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
> 


=====
John Benninghoff

It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.  -- Charles Darwin

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

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



More information about the Cygwin mailing list