Telnet is an internet protocol and this plugin handles communication that uses it.It handles all the
telnet negotiations between the client (this program) and the remote host. In cooperation with other plugins, like the
Plugin Terminal it negotiates setting like
terminal type and
terminal size. However, as a user you do not actually have to know about that.
There is nothing much you could configure in the telnet layer. Make sure you put this plugin in
between Plugin Socket and other
plugins that operate above the telnet protocol layer, like the
Plugin Script.
Within the applet.conf you can set these values:
| Identifier | Comments |
|---|
| Telnet.crlf | The Request for Comments defining the Telnet protocol suite (RFC 854 mostly), define the carriage return linefeed value to be the bytevalues 13,10. (\r\n). This is the default as sent by the applet, which you can redefine it using this property. |
| Telnet.cr | The RFC defines this to be 13,0 (\r\0). You can redefine it it with this property |