|
Posted by Todd H. on December 5, 2007, 2:10 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> > I need an app (or programming method) to capture screen data from a
> > telnet session. Any advice from the knowledgeable?
> >
> > Thanks in advance.
> >
> > J
>
> On *nix there's also the command screen, to log *all* output on the
> (open) terminal window...
Note that screen's logging lacks logging of typed input though, so
it's only half the telnet session. Plus it changes the characteristics
of your terminal which may not be what someone generally needs or
wants for a telnet session.
script is the better solution.
screen is a wonderful thing though. I'm soaking in it now. :-)
--
Todd H.
http://www.toddh.net/
|