capturing data from Telnet possible?
am 29.11.2007 18:00:07 von javelinI need an app (or programming method) to capture screen data from a
telnet session. Any advice from the knowledgeable?
Thanks in advance.
J
I need an app (or programming method) to capture screen data from a
telnet session. Any advice from the knowledgeable?
Thanks in advance.
J
I think most folks simply cut and paste, or use a telnet client that
supports data capture like PuTTY or KEA.
...
"javelin"
news:21872eab-f09b-4082-9a73-d29b91d8d0ca@b40g2000prf.google groups.com...
>I need an app (or programming method) to capture screen data from a
> telnet session. Any advice from the knowledgeable?
>
> Thanks in advance.
>
> J
>
xpyttl
> I think most folks simply cut and paste, or use a telnet client that
> supports data capture like PuTTY or KEA.
>
> ..
>
> "javelin"
> news:21872eab-f09b-4082-9a73-d29b91d8d0ca@b40g2000prf.google groups.com...
>>I need an app (or programming method) to capture screen data from a
>> telnet session. Any advice from the knowledgeable?
Use the 'script' command.
"Colin B."
> xpyttl
> > I think most folks simply cut and paste, or use a telnet client that
> > supports data capture like PuTTY or KEA.
> >
> > ..
> >
> > "javelin"
> > news:21872eab-f09b-4082-9a73-d29b91d8d0ca@b40g2000prf.google groups.com...
> >>I need an app (or programming method) to capture screen data from a
> >> telnet session. Any advice from the knowledgeable?
>
> Use the 'script' command.
Agreed.
script is the way you log a shell command session, regardless of
whether you're on the console, telnet in, or ssh in.
--
Todd H.
http://www.toddh.net/
On Thu, 29 Nov 2007 09:00:07 -0800 (PST), javelin wrote:
> I need an app (or programming method) to capture screen data from a
> telnet session. Any advice from the knowledgeable?
>
> Thanks in advance.
>
> J
Fastone Capture
On 29 Nov., 18:00, javelin
> 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...
Deadolus
> On 29 Nov., 18:00, javelin
> > 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/