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
Events
| Connecting | Fires when user tries to connect to the server. |
| CryptoInformation | Fires before user established encrypted connection with the server. |
| Disconnected | Fires when user leaves the server. |
| LoginGSSAPI | Fires when user wants to authenticate to the server using Kerberos GSSAPI authentication mechanism. |
| LoginPassword | Fires when user wants to authenticate to the server using password or keyboard-interactive mechanism. |
| LoginPubkey | Fires when user wants to authenticate to the server with public key |
| PortBindRequest | Fires when user wants to bind specific port on the server. |
| PortForwardConnect | Fires when user port forwarding is to be established. |
| PortForwardDisconnect | Fires when user port forwarding is to be closed. |
| PortForwardRequest | Fires when user wants to connect to other host through the server. |
| Received | Fires when there's data received from the user. |
| ServiceRequest | Fires when user requests some service from the server. |
| ServiceStart | Fires when user starts requested service. |
| SftpDeleteFile | Fires when SFTP user wants to delete file. |
| SftpDownloadFile | Fires when SFTP user wants to download file. |
| SftpFileTransferData | Fires during file transfer, allowing you to alter file contents. |
| SftpListDir | Fires when SFTP user lists directory. |
| SftpListDirData | Fires just before list items will be sent to the client. |
| SftpMakeDir | Fires when SFTP user wants to make directory. |
| SftpProgress | Fires during file transfer. |
| SftpRemoveDir | Fires when SFTP user wants to remove directory. |
| SftpRename | Fires when SFTP user wants to rename file or directory. |
| SftpTransferComplete | Fires when file transfer is complete. |
| SftpUploadFile | Fires when SFTP user wants to upload file. |
| StateChanged | Fires when user's state changes. |