Helper classes for remote command execution via telnet.
Classes
Class | Description | |
---|---|---|
AbstractTelnet |
Abstract base class to execute a remote command via Telnet.
| |
CmdRunnerMultiWorker |
Executes multiple commands on a collection of remote servers
using a telnet session.
| |
CmdRunnerWorker |
Executes one command on a collection of remote servers
using a telnet session.
| |
TelnetExternalExec |
Executes a remote command via telnet using an external application.
| |
TelnetLibExec |
Executes a remote command via telnet using a telnet library.
|
Delegates
Delegate | Description | |
---|---|---|
CmdRunnerWorker CmdRunnerUpdater |
Delegate signature for the callback routine to process results.
|