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
MonitorTransfersEnum Enumeration
These constants define how if and when will wodSSHServer fire SftpFileTransferData event.
Remarks
In SftpFileTransferData event you can completely change contents of file that is uploaded/downloaded. This feature allows you, for example, to prevent wodSSHServer from saving real file contents on the disk.
Members
Constant | Value | Description |
---|---|---|
MonitorNone | 0 | SftpFileTransferData event never fires. |
OnlyUploads | 1 | SftpFileTransferData event fires during uploads. |
OnlyDownloads | 2 | SftpFileTransferData event fires during downloads. |
MonitorAll | 3 | SftpFileTransferData event fires for both uploads and downloads. |