Вопрос

As said in RFC 854:

A TELNET connection is a Transmission Control Protocol (TCP)
connection used to transmit data with interspersed TELNET control
information.

So, what's the TELNET control information? Can you get an example?

Это было полезно?

Решение

Control information is sent using sequences beginning with the IAC code. See the section titled TELNET COMMAND STRUCTURE in the RFC.

Другие советы

Telnet control information varies form setting the terminal type, to allowing read-ahead. Including setting window size and turning on/off of echo.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top