...> echo [accept|refuse]

Display or set the flag controlling the Telnet's client response to a remote WILL ECHO offer from the server during initialization. Sessions already established are unaffected. The Telnet presentation protocol specifies that in the absence of a negotiated agreement to the contrary, neither end echoes data received from the other. Default is "accept". When communicating from keyboard to keyboard the standard local echo mode is used, so the setting of this parameter has no effect.

If 'accept' mode is in effect, an incoming WILL ECHO offer is answered with a DO ECHO response. In this mode:

If 'refuse' mode is in effect, an incoming WILL ECHO offer is answered with a DONT ECHO response. In this mode:

Many multi-user and timesharing systems (e.g. UNIX & Linux) prefer to do their own echoing of typed input (This makes screen editors work right, among other things). Such systems send a Telnet WILL ECHO offer immediately upon receiving an incoming Telnet connection request.

While accept mode is just fine across an Ethernet, it is clearly inefficient and painful across slow paths like packet radio channels.

echo (last edited 2008-05-06 00:01:00 by GeorgeVerDuin)