wodSSHServer ActiveX Control - MonitorTransfersEnum Enumeration
    
 

Description

These These constants define how if and when will wodSSHServer fire SftpFileTransferData event. Inside that event you can completely change contest 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.