Back to product page

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.

Platforms

Windows