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
ProtocolsEnum Enumeration
The Raw protocol type is used when you don't want SSH to make any changes to data you send/receive from the remote server.
The Telnet protocol is used when the remote server is running the Telnet service. This means that wodSSH expects special characters to be received by the server and the server to behave accordingly. These characters will not be visible to your program.
SSH1 and SSH2 are encrypted protocols. All the information passing between your computer and the remote server is secured.
SSHAuto will make wodSSH choose automatically which SSH protocol should be used with the remote server. wodSSH will prefer SSH2 where available.
The Telnet protocol is used when the remote server is running the Telnet service. This means that wodSSH expects special characters to be received by the server and the server to behave accordingly. These characters will not be visible to your program.
SSH1 and SSH2 are encrypted protocols. All the information passing between your computer and the remote server is secured.
SSHAuto will make wodSSH choose automatically which SSH protocol should be used with the remote server. wodSSH will prefer SSH2 where available.
Remarks
Possible values for ProtocolsEnum:
Constant | Value | Description |
---|---|---|
Raw | 0 | Raw protocol. |
Telnet | 1 | Telnet protocol. |
SSH1 | 2 | Secure Shell 1.5 protocol. |
SSH2 | 3 | Secure Shell 2 protocol. |
SSHAuto | 4 | Auto negotiate SSH version. |