Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ames!ucbcad!ucbvax!CICGE.RPI.EDU!FISHER From: FISHER@CICGE.RPI.EDU ("John S. Fisher") Newsgroups: comp.os.cpm Subject: Re: More Help on ARC Files Message-ID: <8711101523.AA24237@ucbvax.Berkeley.EDU> Date: Tue, 10-Nov-87 08:30:55 EST Article-I.D.: ucbvax.8711101523.AA24237 Posted: Tue Nov 10 08:30:55 1987 Date-Received: Thu, 12-Nov-87 20:38:11 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 I do not know much about the FTP facilities on your VAX, but I do know that there has been some historical confusion about the appropriate TYPE command needed when fetching binary files. The Tops-20 system (Simtel20) supports variable "byte" sizes, and it is necessary to inform FTP what byte size is being used. The archive blurb suggests TYPE L 8 (meaning an 8-bit byte) for binary transfers. I have never gotten this to work on my IBM host, but TYPE L 32 works just fine (plus one other command to disable ASCII->EBCDIC translation). You might try preceding the RETR command in FTP with TYPE. If your implementation does not support the TYPE command, try QUOT TYPE L 32 (or 8).