capturing data from Telnet possible?

capturing data from Telnet possible?

am 29.11.2007 18:00:07 von 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

Re: capturing data from Telnet possible?

am 29.11.2007 19:33:16 von xpyttl

I think most folks simply cut and paste, or use a telnet client that
supports data capture like PuTTY or KEA.

...

"javelin" wrote in message
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
>

Re: capturing data from Telnet possible?

am 29.11.2007 21:37:35 von cbigam

xpyttl wrote:
> I think most folks simply cut and paste, or use a telnet client that
> supports data capture like PuTTY or KEA.
>
> ..
>
> "javelin" wrote in message
> 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.

Re: capturing data from Telnet possible?

am 30.11.2007 05:16:25 von comphelp

"Colin B." writes:

> xpyttl wrote:
> > I think most folks simply cut and paste, or use a telnet client that
> > supports data capture like PuTTY or KEA.
> >
> > ..
> >
> > "javelin" wrote in message
> > 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/

Re: capturing data from Telnet possible?

am 30.11.2007 08:53:11 von efacsimiles

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

Re: capturing data from Telnet possible?

am 05.12.2007 19:06:06 von Deadolus

On 29 Nov., 18:00, 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

On *nix there's also the command screen, to log *all* output on the
(open) terminal window...

Re: capturing data from Telnet possible?

am 05.12.2007 20:10:02 von comphelp

Deadolus writes:

> On 29 Nov., 18:00, 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
>
> 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/