| About |
Displays the About box. |
| Connect |
Connects to the remote server. |
| Disconnect |
Disconnects from the remote server. |
| Execute |
Executes a blocking method and waits for it
to complete. |
| Peek |
Receives incoming data without removing it from the buffer. |
| PeekLine |
Receives an incoming line without removing it from the buffer. |
| Receive |
Receives data from the server. |
| ReceiveLine |
Receives a line of text, if available. |
| Send |
Sends data to the server. |
| SendEOF |
Send an EOF packet to the server. |
| WaitFor |
Waits and reads data until a specific pattern is found. |
|
AllocatePty |
 |
Determines if a pseudo terminal is allocated. |
| Authentication |
 |
Determines which authentication type is to be used. |
| Blocking |
 |
Determines if methods are blocking. |
| Columns |
 |
Selects the number of columns reported to the
server. |
| Command |
 |
Specifies the command to be sent to the server upon
connection. |
| Compression |
 |
Determines the level of compression used. |
| DataOut |
 |
Holds total numbers of bytes waiting to leave local side. |
| DataReady |
 |
Holds the total numbers of bytes waiting to be received
by your application. |
| Encoding |
 |
Character set to use for text conversion. |
| Encryption |
 |
Determines the encryption algorithm to be used with
SSH. |
| ErrorText |
 |
Returns string explanation of error that occured. |
|
ExitSignal |
 |
Holds exit signal from SSH connection. |
|
ExitStatus |
 |
Holds exit status from SSH connection. |
| FIPS |
 |
Specifies FIPS enabled libeay32.dll to load. |
| ForwardHost |
 |
Determines the hostname that data will be forwarded to with SSH
tunneling. |
| ForwardPort |
 |
Determines if wodSSH will only forward data to
a remote port. |
| Hostname |
 |
Determines the Hostname of the remote server. |
|
KeepAlives |
 |
Defines number of seconds of inactivity before KeepAlive
ignore packets are sent. |
| KeyForward |
 |
Determines if key forwarding is enabled. |
| LastError |
 |
Returns last error that occured. |
| Login |
 |
Determines the username/login to be used with the
server. |
| MyHostname |
 |
Holds the hostname of the local computer. |
| MyIP |
 |
Holds the IP address of the local computer. |
| Password |
 |
Determines the password to be used with the server. |
| Port |
 |
Determines the port on the remote server. |
| PrivateKey |
 |
Private key used for authentication. |
| Prompt |
 |
Holds the command prompt string to expect from
the server. |
| Protocol |
 |
Determines the protocol to use for connection. |
| ProxyHostname |
 |
Specifies the hostname of the proxy to use. |
| ProxyLogin |
 |
Specifies the login/username to use when connecting
to a proxy server. |
| ProxyPassword |
 |
Specifies the password to use when connecting to
a proxy server. |
| ProxyPort |
 |
Specifies the port to use when connecting to a proxy
server. |
| ProxyType |
 |
Specifies the type of proxy to use. |
| RemoteIdentification |
 |
Holds the remote identification string. |
| Rows |
 |
Selects the number of rows reported to the server. |
| ShowStdErrorMessages |
 |
Determines if server's STDERR messages are
received. |
| State |
 |
Holds current state information. |
| StateText |
 |
Provides string expression of a state. |
| StripANSI |
 |
Automatically removes ANSI codes from received
data. |
| StripNull |
 |
Automatically removes NULL characters from received data. |
|
Subsystem |
 |
Specifies the subsystem to be started upon
connection. |
|
TerminalSpeed |
 |
Selects the terminal speed that is reported to the server. |
| TerminalType |
 |
Selects the terminal type that is reported to the
server. |
| Timeout |
 |
The timeout value, in seconds. |
| UseIPv6 |
 |
Determines if IPv6 addresses are allowed. |
| Version |
 |
Holds version information. |