Click or drag to resize

FtpFileWatcher Events

The FtpFileWatcher type exposes the following members.

Events
  Name Description
Public event CommandSent Raised when FTP command has been sent.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event FileAdded Raised when new file is added to monitored FTP directory.
Public event FileDeleted Raised when file is deleted from monitored FTP directory.
Public event ResponseReceived Raised when FTP response has been received.
Public event Status Raised when new status messages come from the FTP file watcher.
Top
See Also