Click or drag to resize

FtpClient Events

The FtpClient type exposes the following members.

Events
  NameDescription
Public eventBeginFileTransfer
Raised when file transfer begins.
Public eventCommandSent
Raised when FTP command has been sent.
Public eventDisposed
Raised when class is disposed;
Public eventEndFileTransfer
Raised when file transfer completes.
Public eventFileTransferNotification
Raised when file transfer process has completed (success or failure).
Public eventFileTransferProgress
Raised as file transfer is progressing.
Public eventResponseReceived
Raised when FTP response has been received.
Top
See Also