C
Charles Lavin
Hi --
I'm not sure where the problem is here.
I am attempting to telnet to a Unix host from a WinXP SP2 box using the MS
telnet client.
telnet 192.168.101.10 connects me to the host, but the host identifies the
session as a VT100 terminal.
So, using the command-line switch supplied by a telnet /? command, I enter
telnet -t ansi 192.168.101.10
and the host still identifies the session as a VT100 terminal.
So I try this:
$ telnet
Welcome to Microsoft Telnet Client
Escape Character is 'CTRL+]'
Microsoft Telnet> set term ansi
Will term type
Preferred term type is ansi
Microsoft Telnet> open 192.168.101.10
and the host STILL identifies the terminal as a VT100.
Note that if I use any other terminal program (puTTY, TinyTERM), upon login
the host identifies the terminal as the terminal type set by the terminal
emulator.
I've been reading the docs at
http://www.microsoft.com/resources/.../proddocs/en-us/telnet_commands.mspx?mfr=true,
but they aren't being any help. Because, as pointed out above, no matter
what I do, the telnet client identifies itself to the host as a VT100.
What do I need to do with the MS telnet client so that, upon login, the host
identifies the terminal as an ANSI terminal?
Thanks,
CL
I'm not sure where the problem is here.
I am attempting to telnet to a Unix host from a WinXP SP2 box using the MS
telnet client.
telnet 192.168.101.10 connects me to the host, but the host identifies the
session as a VT100 terminal.
So, using the command-line switch supplied by a telnet /? command, I enter
telnet -t ansi 192.168.101.10
and the host still identifies the session as a VT100 terminal.
So I try this:
$ telnet
Welcome to Microsoft Telnet Client
Escape Character is 'CTRL+]'
Microsoft Telnet> set term ansi
Will term type
Preferred term type is ansi
Microsoft Telnet> open 192.168.101.10
and the host STILL identifies the terminal as a VT100.
Note that if I use any other terminal program (puTTY, TinyTERM), upon login
the host identifies the terminal as the terminal type set by the terminal
emulator.
I've been reading the docs at
http://www.microsoft.com/resources/.../proddocs/en-us/telnet_commands.mspx?mfr=true,
but they aren't being any help. Because, as pointed out above, no matter
what I do, the telnet client identifies itself to the host as a VT100.
What do I need to do with the MS telnet client so that, upon login, the host
identifies the terminal as an ANSI terminal?
Thanks,
CL