[comp.sys.mac] Binhex4, Kermit, & IBM 3091

norman@a.cs.okstate.edu (Norman Graham) (09/15/89)

I have a friend who is co-authoring a paper with someone in a
different city. The same friend wants to exchange Microsoft Word
drafts with his colleague via Bitnet... but he's having problems.
This is what he does:
   1) Binhex Word file (using Binhex4) producing sample.hqx
   2) Kermit sample.hqx to IBM 3091 (text mode transfer)
   3) Kermit sample.hqx back to Mac (again, text mode transfer)

At this point, sample.hqx is corrupted. My best guess is either
Binhex4 uses characters that IBM-Kermit can't convert to EBCDIC
or IBM-Kermit is using a file type that somehow adds something 
to sample.hqx. (By the way, the same sequence of steps works
fine on other machines (VMS and Unix boxes).) 

If you have an idea what's going on here, please send email to
me and I'll pass it on to my friend.

Cheers,
Norm
-- 
Norman Graham                            Oklahoma State University
  Internet:  norman@a.cs.okstate.edu     Computing and Information Sciences
      UUCP:  {cbosgd, rutgers}           219 Mathematical Sciences Building
              !okstate!norman            Stillwater, OK  74078-0599

c8s-an@franny.Berkeley.EDU (Alex Lau) (09/18/89)

<tale of a corrupted BinHex file deleted>

Try using binary mode; that way, none of the files will be altered
in any way (assuming the Kermit implementations are standard).

--- Alex