Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!caip!clyde!cbatt!cbosgd!ucbvax!UMIX.CC.UMICH.EDU!hyc From: hyc@UMIX.CC.UMICH.EDU (Howard Chu) Newsgroups: net.micro.atari16 Subject: Re: KERMIT UPLOAD PROBLEM WITH AVATEX MODEM Message-ID: <8608300614.AA17402@umix.cc.umich.edu> Date: Sat, 30-Aug-86 02:14:10 EDT Article-I.D.: umix.8608300614.AA17402 Posted: Sat Aug 30 02:14:10 1986 Date-Received: Sat, 30-Aug-86 10:03:36 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 You always have to specify image mode when using mainframe Kermits. They default to text mode, which for Unix systems means a single line feed delimits lines, whereas most other systems use both a carriage return and a line feed. If you transfer a file using text mode, the Unix Kermit looks for line feeds and replaces them with CR/LF sequences. If you want to send a file with absolutely no translation of the data, you use image mode. (Boy, if you really want to get screwed up, try Kermitting to an IBM style system that uses EBCDIC! Then the difference between Text mode and Image mode becomes *really* obvious...) -- Howard Chu hyc@umix.cc.umich.edu