Alexander Voropay
2001-02-21 16:17:03 UTC
Another problem is 0xFF codepoint (not for Linux console, but for
some software and Telnet protocol).
Where do you see a problem with telnet and 0xFF?some software and Telnet protocol).
character. See RFC-854 "Telnet Protocol Specification".
In telnet from Linux to Linux or Solaris I can, after having set the
options "inbinary" and "outbinary", enter and output the 0xFF character.
Can you point out a
place in the telnet protocol specification which mishandles 0xFF?
You should double this code 0xFF 0xFF to send exactly one 0xFFoptions "inbinary" and "outbinary", enter and output the 0xFF character.
Can you point out a
place in the telnet protocol specification which mishandles 0xFF?
or to go into special "binary mode" : RFC-856. Anyway, binary mode
will break all "telnet nogotiations" : sreen size, TERMACAP, e.t.c.
controlled by IAC sequences (and even our favorite RFC-2066
"Telnet Charset Options" ;))
P.S. DO NOT USE TELNET, USE SSH ! ;-)