Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSSHD
- Methods
- Properties
- Events
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- IwodSSHDNotify
- Methods
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- Methods
- SSHKeyPair
- SSHUser
- SSHUsers
- How to get support
- Technical information
- Fast notifications
- Error list
ProtocolsEnum Enumeration
These are the constants that define which protocols is wodSSHServer using when accepting connections.
Remarks
SSH2 protocol is known from first versions of wodSSHServer, and since version 1.0.1.0 also Raw and Telnet are supported. Both of them are unencrypted so be cautious when you choose to run them.In Raw and Telnet mode wodSSHServer cannot transfer files because SFTP subsystem is only supported by SSH protocol.
Note that constant values are not sequentially incrementing - SSH2 protocol has value '3'. This is because you may use our other products in same application and there can be also other constants between Telnet and SSH2. Also, it is possible that in future wodSSHServer may support also SSH1 protocol - so it will get value '2' that's missing here.
Members
Constant | Value | Description |
---|---|---|
Raw | 0 | Raw protocol. |
Telnet | 1 | Telnet protocol. |
SSH1 | 2 | SSH1 protocol. |
SSH2 | 3 | SSH2 protocol. |
SSHAuto | 4 | SSHAuto protocol. |