Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!iuvax!pur-ee!j.cc.purdue.edu!abp From: abp@j.cc.purdue.edu.UUCP Newsgroups: comp.os.cpm Subject: Re: More Help on ARC Files Message-ID: <5753@j.cc.purdue.edu> Date: Thu, 5-Nov-87 14:23:43 EST Article-I.D.: j.5753 Posted: Thu Nov 5 14:23:43 1987 Date-Received: Sun, 8-Nov-87 08:47:54 EST References: <8711040151.AA08737@ucbvax.Berkeley.EDU> Reply-To: abp@j.cc.purdue.edu.UUCP (Jeffrey J Wieland) Organization: Purdue University Lines: 14 SIMTEL20 stores binaries in a funny way: it has a 36 bit word length, so it stores 4 8-bit bytes in each 36-bit word, the other 4 bits being zero filled. If you use a binary ftp, you get a direct copy of this, which is garbage for your computer. What you will need to do is to find out how (with your particular system) to make ftp do the translation from 36 bits to 4 8-bit bytes for you. On our 11/780 VAXen (4.3 bsd), one types the command "tenex" at the ftp prompt. I forget where the name comes from. You'll have to find out if there is something similar for your machine. Also, when you perform the file transfer to your Tandy, be sure that you put sending xmodem into binary mode; otherwise it will translate every occurence of ^J to ^M^J (file for text files, but it really mangles binaries). Jeff Wieland abp@j.cc.purdue.edu