Back to product page

Notifications object


wodSSHServer Notifications Class.


Methods
ConnectingCalled when user tries to connect to the server.
CryptoInformationCalled when user wants to authenticate to the server.
DisconnectedCalled when user leaves the server.
LoginGSSAPICalled when user wants to authenticate to the server using Kerberos GSSAPI mechanism.
LoginPasswordCalled when user wants to authenticate to the server using password or keyboard-interactive mechanism.
LoginPubkeyCalled when user wants to authenticate to the server with public key.
PortBindRequestCalled when user wants to bind specific port on the server.
PortForwardConnectCalled when user port forwarding is to be established.
PortForwardDisconnectCalled when user port forwarding is to be closed.
PortForwardRequestCalled when user wants to connect to other host through the server.
ReceivedCalled when there's data received from the user.
ServiceRequestCalled when user requests some service from the server.
ServiceStartCalled when user starts requested service.
SftpDeleteFileCalled when SFTP user wants to delete file.
SftpDownloadFileCalled when SFTP user wants to download file.
SftpFileTransferDataCalled during file transfer, allowing you to alter file contents.
SftpListDirCalled when SFTP user lists directory.
SftpListDirDataCalled just before list items will be sent to the client.
SftpMakeDirCalled when SFTP user wants to make directory.
SftpProgressCalled during file transfer.
SftpRemoveDirCalled when SFTP user wants to remove directory.
SftpRenameCalled when SFTP user wants to rename file or directory.
SftpTransferCompleteCalled when file transfer is complete.
SftpUploadFileCalled when SFTP user wants to upload file.
StateChangedCalled when user's state changes.

Remarks

IwodSSHDNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodSSHDCom.Notification property is set to the instance of object that implements this interface, wodSSHServer will call above methods instead of firing it's events. As you can see - each event has corresponding notification method (callback).

Platforms

Windows