Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!uunet!ig!daemon From: daemon@ig.UUCP Newsgroups: bionet.software.pc Subject: Re: PLASMID PAINT RETURNS Message-ID: <4243@ig.ig.com> Date: Tue, 1-Dec-87 07:44:05 EST Article-I.D.: ig.4243 Posted: Tue Dec 1 07:44:05 1987 Date-Received: Fri, 4-Dec-87 03:20:12 EST Sender: daemon@presto.ig.com Lines: 29 From: David KristoffersonJoe et al., If one wishes to transfer binary files to the mainframe from one's PC the usual procedure needs to be modified slightly. The following example using Kermit shows what to do on the mainframe end (the procedure at the PC end remains unchanged). See also HELP FILE-TRANSFER on BIONET after the @ prompt. Sincerely, Dave Kristofferson BIONET Resource Manager ARPANET Address: kristofferson@bionet-20.arpa BITNET Address: kristofferson%bionet-20.arpa@wiscvm.bitnet ---------------------------------------------------------------------- @kermit TOPS-20 KERMIT version 4.2(260) Kermit-20>set file bytesize 8 Kermit-20>receive filename Now one uses CTRL ] C to "escape" to the PC Kermit prompt and issue the SEND FILENAME command, etc., as for text files. -------