Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
MonitorTransfersEnum enumeration
These constants define how if and when will wodFTPServer fire FileTransferData event.
Remarks
Inside that event you can completely change contest of file that is uploaded/downloaded. This feature allows you, for example, to prevent wodFTPServer from saving real file contents on the disk.Members
Constant | Value | Description |
---|---|---|
MonitorNone | 0 | FileTransferData event never fires. |
OnlyUploads | 1 | FileTransferData event fires during uploads. |
OnlyDownloads | 2 | FileTransferData event fires during downloads. |
MonitorAll | 3 | FileTransferData event fires for both uploads and downloads. |