문제

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