Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3B675904.8782D52A@myrealbox.com> Date: Tue, 31 Jul 2001 18:19:00 -0700 From: James Grishaw X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: jbenninghoff AT yahoo DOT com CC: cygwin AT cygwin DOT com Subject: Re: zmodem for cygwin (rz.exe and sz.exe) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit John, Any chance you can please send me the source code (and binary rz.exe)? I would really like to try what you've got. You can just zip it up and send it to me at jgrishaw AT myrealbox DOT com. P.S. I've got sz.exe working -- don't know if you got that to work or not. Let me know if you want it. Many thanks, Jim Grishaw. jgrishaw AT myrealbox DOT com > 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 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 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 > > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/