Back to product page

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
MonitorNone0 FileTransferData event never fires.
OnlyUploads 1 FileTransferData event fires during uploads.
OnlyDownloads2 FileTransferData event fires during downloads.
MonitorAll 3 FileTransferData event fires for both uploads and downloads.

Platforms

Windows