Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!think!ames!ucbcad!ucbvax!SIMTEL20.ARPA!W8SDZ
From: W8SDZ@SIMTEL20.ARPA (Keith Petersen)
Newsgroups: comp.sys.zenith.z100
Subject: Transferring binary files from SIMTEL20 to VAX/VMS hosts
Message-ID: 
Date: Fri, 4-Dec-87 16:39:00 EST
Article-I.D.: SIMTEL20.KPETERSEN.12355869669.BABYL
Posted: Fri Dec  4 16:39:00 1987
Date-Received: Thu, 10-Dec-87 04:29:03 EST
Sender: usenet@ucbvax.BERKELEY.EDU
Organization: The ARPA Internet
Lines: 18

The program below may help solve the problem of transferring binary
files from SIMTEL20 to VAX/VMS hosts.

Filename			Type	 Bytes	 CRC

Directory PD1:
BINTNXVMS.C.1			ASCII	 10823  23F1H
BINTNXVMS.README.1		ASCII	   336  1D2EH

Here is the readme file:

BINTNXVMS.C is for use on VAX/VMS systems to convert a TOPS-20 file
transferred in FTP "binary" mode to "tenex" mode.  In "binary" mode,
we have 2 36-bit words in 9 8-bit bytes.  In "tenex" mode, we want the
top 32 bits of each 36-bit group, giving 8 8-bit bytes.  See the notes
in BINTNXVMS.C for instructions on command options.

--Keith