Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!ur-tut!akk2 From: akk2@ur-tut.UUCP (Who is John Galt ?) Newsgroups: comp.sys.ibm.pc Subject: Re: Kermit and Procomm Message-ID: <914@ur-tut.UUCP> Date: Sat, 20-Dec-86 12:52:56 EST Article-I.D.: ur-tut.914 Posted: Sat Dec 20 12:52:56 1986 Date-Received: Sat, 20-Dec-86 21:52:08 EST References: <75800005@uiucdcsp> <75800010@uiucdcsp> Reply-To: akk2@ur-tut.UUCP (Who is John Galt ?) Organization: Univ. of Rochester Computing Center Lines: 9 In article <75800010@uiucdcsp> vanzandt@uiucdcsp.cs.uiuc.edu writes: > How do I tell Unix Kermit that I want to transmit binary instead >of text? Also, how do I set a data length of 8 bits? Neither of these >parameters appear when I type "set"... >| Lonnie VanZandt University of Illinois Dept. of CS (217) 333-1925 | For binary files, I do a SET FILE TYPE BINARY. All this info is on the man page for kermit. I'm surprised people don't read documentation before running a program ;-)