Path: utzoo!utgpu!watmath!uunet!lll-winken!pacbell!att!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: unix-pc.general Subject: Re: terminals emulated on the 3b1 -- what's available? Message-ID: <8767@chinet.chi.il.us> Date: 23 Jun 89 20:13:51 GMT References: <744@flatline.UUCP> <14589@watdragon.waterloo.edu> <1350@novavax.UUCP> <791@kosman.UUCP> Reply-To: les@chinet.chi.il.us (Leslie Mikesell) Distribution: na Organization: Chinet - Public Access Unix Lines: 21 In article <791@kosman.UUCP> kevin@kosman.UUCP (Root) writes: > My tool >of choice these days is C-kermit, even for systems without a kermit of >their own. The one drawback is that in such a case, I cannot send files >to the remote system, although I can capture incoming data. I tend to use "cu | tee logfile" if I need to capture any data (yes you have to capture it all even if you don't want most of it), and I have a little shell script that passes the options to cu, then strips the CR's from the logfile when the session is over. But, if you want to send a file from kermit without using the kermit protocol, just use the shell escape and re-direct output to the tty port you are using. I.e. "! cat file >/dev/tty000", or perhaps you might wrap the cat command in a shell script that does appropriate stty's before and after. Unlike cu, kermit stops reading the port during shell escapes, so you can also run alternate transfer protocols like rz/sz. Note that the space after the "!" is significant to kermit. Les Mikesell