TELNET命令代码
TELNET字 |
说 |
Hex码 |
SE |
Subnegotiation End. |
F0 |
NOP |
No Operation. |
F1 |
DM |
Data Mark. |
F2 |
BRK |
Break. |
F3 |
IP |
Interrupt Process. 中断当前主机上执行的进程。 |
F4 |
AO |
Abort Output. |
F5 |
AYT |
Are You There. |
F6 |
EC |
Erase Character. |
F7 |
EL |
Erase Line. |
F8 |
GA |
GO Ahead. |
F9 |
SB |
Subnegotiation Begin. |
FA |
WILL |
TELNET |
FB |
WONT |
TELNET |
FC |
DO |
TELNET |
FD |
DON'T |
TELNET |
FE |
IAC |
Interpret As Command说明接下来为TELNET命令 |
FF |
TELNET选项 |
说 |
Hex码 |
Binary Transmit |
所有数据均以二进制方式传输,不作诸如IAC特殊字符检查。 |
00 |
Echo |
从终端送来的字符是否要回送。 |
01 |
Suppress GA |
允许在TELNET连接下数据同时双向传输。 |
03 |
Status |
允许本地设备监视远程TELNET设置。 |
05 |
Timing Mark |
由输入同步TELNET Abort Out put和Interrupt process. |
06 |
l
l
l
l
l
l
l
l
主 机 端 |
客 户 端 |
描 |
IAC WILL Option→ |
|
Will you agree to let me use the option <Option>. |
|
←IAC DO Option |
|
|
←IAC DONT Option |
I don’t agree to let you use the option<Option>. |
IAC WONT Option→ |
|
Will you agree to let me don’t use the option <Option>. |
|
←IAC DO Option |
I do agree to do the option<Option>. |
|
←IAC DONT Option |
I don’t agree to do the option<Option>. |
const
const
const
const
const
const
const
const
const
const
const
const
const
const