From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!simtel20.arpa!RCONN From: RCONN@SIMTEL20.ARPA (Rick Conn) Newsgroups: net.lang.ada Subject: Re: Kermit via net? Message-ID: <12156730865.7.RCONN@SIMTEL20.ARPA> Date: Tue, 5-Nov-85 00:57:06 EST Article-I.D.: SIMTEL20.12156730865.7.RCONN Posted: Tue Nov 5 00:57:06 1985 Date-Received: Thu, 7-Nov-85 05:33:40 EST References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: Hello, Sam, Yes, there is a "trick" to using KERMIT over the MILNET (or any part of the DDN). The @ character is filtered, for one (you have to send two @'s to get one thru). For another, the TACs may be set up in a lot of different ways, such as recognizing XON/XOFF flow control. This is another trap. The KERMIT I use on SIMTEL20 (which should be similar to your KERMIT under VMS) allows for this and runs nicely. The following is my init command file which sets up my KERMIT for DDN transfers: SET RETRY PAC 60 SET REC PAC 58 SET SEN PAC 94 SET FILE 7-BIT SET REC TIM 90 SET SEN TIM 90 SET TVT ON SET ITS ON I hope this helps. Rick -------