Click or drag to resize

FtpClient Events

The FtpClient type exposes the following members.

Events
  Name Description
Public event BeginFileTransfer Raised when file transfer begins.
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 EndFileTransfer Raised when file transfer completes.
Public event FileTransferNotification Raised when asynchronous file transfer process has completed (success or failure).
Public event FileTransferProgress Raised as file transfer is progressing.
Public event ResponseReceived Raised when FTP response has been received.
Top
See Also