Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Telnet script client
Used RFC: RFC-854
Name | Description |
---|---|
Class TTelnetSend |
Class with implementation of Telnet/SSH script client. |
TTelnetState = (...); |
cTelnetProtocol = '23'; |
cSSHProtocol = '22'; |
TLNT_EOR = #239; |
TLNT_SE = #240; |
TLNT_NOP = #241; |
TLNT_DATA_MARK = #242; |
TLNT_BREAK = #243; |
TLNT_IP = #244; |
TLNT_AO = #245; |
TLNT_AYT = #246; |
TLNT_EC = #247; |
TLNT_EL = #248; |
TLNT_GA = #249; |
TLNT_SB = #250; |
TLNT_WILL = #251; |
TLNT_WONT = #252; |
TLNT_DO = #253; |
TLNT_DONT = #254; |
TLNT_IAC = #255; |
TTelnetState = (...); |
State of telnet protocol
. Used internaly by TTelnetSend.
cTelnetProtocol = '23'; |
cSSHProtocol = '22'; |
TLNT_EOR = #239; |
TLNT_SE = #240; |
TLNT_NOP = #241; |
TLNT_DATA_MARK = #242; |
TLNT_BREAK = #243; |
TLNT_IP = #244; |
TLNT_AO = #245; |
TLNT_AYT = #246; |
TLNT_EC = #247; |
TLNT_EL = #248; |
TLNT_GA = #249; |
TLNT_SB = #250; |
TLNT_WILL = #251; |
TLNT_WONT = #252; |
TLNT_DO = #253; |
TLNT_DONT = #254; |
TLNT_IAC = #255; |