Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Properties
AllocatePty | Determines if a pseudo terminal is allocated. |
Authentication | Determines which authentication type is to be used. |
Blocking | Determines if methods are blocking. |
ClientName | Determines client name that will be used with the server during initial exchange. |
Columns | Selects the number of columns reported to the server. |
Command | Specifies the command to be sent to 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. |
EncryptionList | Determines list of encryption algorithms supported and offered by wodSSH. |
ErrorText | Provides a string representation of an error. |
ExitSignal | Holds exit signal from SSH connection. |
ExitStatus | Holds exit status from SSH connection. |
FIPS | Specifies FIPS enabled OpenSSL configuration to load. |
ForwardHost | Determines the hostname that data will be forwarded to with SSH tunneling. |
ForwardPort | Determines if wodSSH will only forward data to remote port. |
HMacList | Determines list of digest algorithms supported and offered by wodSSH. |
Hostname | Determines the Hostname of the remote server. |
KeepAlives | Defines number of seconds of inactivity before KeepAlive ignore packets are sent. |
KeyExchangeList | Determines list of key exchange algorithms supported and offered by wodSSH. |
KeyForward | Determines if key forwarding is enabled. |
KeySignatureList | Determines list of server key signature algorithms supported and offered by wodSSH. |
LastError | Holds the last error returned by the method. |
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. |
Notification | Fast notification interface to use instead of events. |
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 the current state information. |
StateText | Provides the 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 | Timeout value, in seconds. |
UseIPv6 | Determines if IPv6 addresses are allowed. |
Version | Holds version information. |