Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
Methods
About | Displays aboutbox. |
Connect | Connects to the server. |
Disconnect | Disconnects from the server with a message. |
Execute | Executes blocking method and waits until it completes. |
MultiWaitFor | Waits and reads data until any of patterns is found. |
Peek | Receives incoming text without removing it from the buffer. |
PeekData | Receives incoming data without removing it from the buffer. |
PeekLine | Receives incoming line without removing it from the buffer. |
Play | Play previously recorded session. |
Receive | Reads text received from the server. |
ReceiveData | Reads binary data received from the server. |
ReceiveLine | Receives line of text, if available. |
Record | Start recording current session. |
Send | Sends data to the server. |
SendEOF | Sends EOF packet to the server. |
StateText | Returns string expression that represents (current) state. |
WaitFor | Waits and reads data until pattern is found. |