home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!CUNYVM!JBLQC
- Message-ID: <NOTABENE%92082602445380@TAUNIVM>
- Date: Tue, 25 Aug 92 19:37:46 EDT
- Sender: Nota Bene List <NOTABENE@TAUNIVM>
- From: Joel Lidov <JBLQC@CUNYVM>
- Subject: Kermit
- Newsgroups: bit.listserv.notabene
- Lines: 10
-
- Gerald Schlaback correctly points to the fact that Kermit scripts don't
- know anything about terminal emulation; they just read the incoming data
- stream, escape codes and all. This is not a problem when setting up a
- dialogue (for sign-on, for example), since it simply looks for the characters
- you want, but the screen-dump would be meaningless to a script, since it has
- no concept of a screen.
-
- Session logging also logs everything, so that the resulting file isn't a pure
- data file, but can be replayed as a terminal session. If your library has
- a line-by-line mode (no emulation), I suppose that would work.
-