Back to product page

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

Platforms

Windows