Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!nntp-server.caltech.edu!tybalt.caltech.edu!toddpw From: toddpw@tybalt.caltech.edu (Todd P. Whitesel) Newsgroups: comp.sys.apple2 Subject: Re: Transferring Postscript files with Kermit Message-ID: <1990Aug17.224450.1614@laguna.ccsf.caltech.edu> Date: 17 Aug 90 22:44:50 GMT References: <28569@netnews.upenn.edu> Sender: news@laguna.ccsf.caltech.edu Distribution: na Organization: California Institute of Technology Lines: 18 clarke@eniac.seas.upenn.edu (Lloyd Clarke ) writes: >I have been told that I should make the transfer with Kermit in >binary mode. The problem is that kermit doesn't want to do that >because it reads Apple's internal pointer that says that it is a >text file. Binary shouldn't be necessary, PostScript files *should* be all text. If you are using Columbia's kermit you can type SET FILE-TYPE BINARY before you transfer and that will override the file type. Make sure you set the type to binary on the other end, too -- most other kermit implementations use SET FILE TYPE BINARY (no hyphen between FILE and TYPE). Hope this helps... Todd Whitesel toddpw @ tybalt.caltech.edu