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 Date: Sun, 17 Jun 2001 17:24:54 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: zmodem for cygwin (rz.exe and sz.exe) Message-ID: <20010617172454.B30439@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20010617121729 DOT A1852 AT BARFLY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20010617121729.A1852@BARFLY>; from jb@barfly.globelnk.com on Sun, Jun 17, 2001 at 12:17:30PM -0700 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