Internet Direct (Indy)
|
Specifies a Telnet Protocol server architecture.
TIdTelnetServer = class(TIdCustomTCPServer);
TIdTelnetServer is a TIdTCPServer descendant that implements aserver for the Telnet Protocol as described in the Internet Standards documents:
RFC 854 - TELNET Protocol Specification
RFC 855 - TELNET Option Specifications
RFC 858 - TELNET Suppress Go Ahead Option
RFC 859 - TELNET Status Option
RFC 860 - TELNET Timing Mark Option
RFC 861 - TELNET Extended Options: List Option
The TELNET Protocol provides a general communications facility to allow a standard method of interfacing terminal devices and terminal-oriented processes.
Telnet is used to connect to a remote computer system and allow the client to act as a dumb terminal on that system.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |