I'm using a socket conection with a java class that implements telnet protocol.
I can connect to windows 2000 and NT telnet servers, but i have a problem with the characters that i receive from it.
Here is the output from the buffer read:
login: atosplan
atosplan
password: admin1
******[1;1H*===============================================================[2;1HWelcome to Microsoft Telnet Server. [3;1H*===============
================================================[4;1HC:\>[5;1H[K[6;1H[K[7;1H[K[8;1H[K[9;1H[K[10;
1H[K[11;1H[K[12;1H[K[13;1H[K[14;1H[K[15;1H[K[16;1H[K[17;1H[K[18;1H[K[19;1H[K[20;1H[K[21;1H[K[22;1H[K[23;1H[K[24;1H[K[25;1H[K[4;5H
[5;1HC:\>[5;5H
[6;1HC:\>[6;5H
[7;1HC:\>[7;5Hexit
[7;5He[7;6H
D:\NetComponents-1.3.8\bin>
how I can emulate a Ansi terminal.?
I'm connecting with solaris, linux also Open VMS and i don't have the problem. Thanks.