Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sun, 17 Jun 2001 17:24:54 -0400
From: Christopher Faylor <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: zmodem for cygwin (rz.exe and sz.exe)
Message-ID: <20010617172454.B30439@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20010617121729.A1852@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

