Qore TelnetClient Module Reference  1.5
TelnetClient Module

Introduction to the TelnetClient Module

The TelnetClient module provides a telnet client class for communicating with a server using the telnet protocol

To use this module, use "%requires TelnetClient" in your code. See examples/telnet.q for an example program using this module.

All the public symbols in the module are defined in the TelnetClient namespace

The main classes are:

The main definitions are:

TelnetClient Module Release Notes

TelnetClient v1.5

  • all connection clases have unified constructor

TelnetClient v1.4

TelnetClient v1.3

TelnetClient v1.2

TelnetClient v1.1

  • added socket instrumention support from Qore 0.8.9

TelnetClient v1.0

  • updated to a user module

TelnetClient v0.9

  • initial version