Description
-
These constants define how if and when will wodFTPServer fire
FileTransferData event. 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
-
 |
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. |
|