From: utzoo!decvax!ucbvax!info-cpm Newsgroups: fa.info-cpm Title: id A28796; 29-Nov-82 14:08:19-PST (Mon) Article-I.D.: ucbvax.151 Posted: Mon Nov 29 14:08:35 1982 Received: Thu Dec 2 05:44:37 1982 >From RG.JMTURN.MIT-OZ@BRL Mon Nov 29 13:54:50 1982 Sender: RG.JMTURN.MIT-OZ@BRL To: info-cpm@BRL Via: Mit-Mc; 29 Nov 82 10:02-EST Via: Brl; 29 Nov 82 10:15-EST Via: Brl-Bmd; 29 Nov 82 10:42-EST I have found an infintely wrong behavior in the TMODEM V 3.0 porgram (on MIT-OZ). It does not take the last ^Z encountered in the stream as EOF, but rather the first ^Z. This means you can't send a file with a control-Z in it. The right thing to do is to have it keep each packet until it sees if the next character is EOT or SOH, and if it is EOT, go back and remove the ^Zs at the end of the last packet. Do I have to fix the problem, or can someone more proficient at C do it? James