Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site spuxll.UUCP
Path: utzoo!watmath!clyde!cbosgd!ulysses!mhuxr!mhuxn!mhuxj!houxm!whuxlm!spuxll!ech
From: ech@spuxll.UUCP (Ned Horvath)
Newsgroups: fa.info-mac
Subject: Re: BinHex Question
Message-ID: <598@spuxll.UUCP>
Date: Mon, 24-Dec-84 00:36:20 EST
Article-I.D.: spuxll.598
Posted: Mon Dec 24 00:36:20 1984
Date-Received: Mon, 24-Dec-84 05:19:22 EST
References: <258@uw-beaver>
Organization: AT&T Information Systems, South Plainfield NJ
Lines: 9

I also had problems with binhex, until I realized that the program is expecting
'upload' files to have carriage-return-only as a line separator, and of course
my unix system uses newline-only as line separators.  Before downloading,
try translating with something like
	tr '\012' '\015' < a.x > a.y
then download a.y.  Your local version of tr may want something other than
the escaped-octal codes I have shown, check the man page for tr(1).

=Ned=