The FTPClient type exposes the following members.

Events

  NameDescription
Public eventBytesTransferred
Event triggered every time TransferNotifyInterval bytes transferred.
Public eventCommandError
Occurs when there is an error while a command was being sent or a reply was being received.
Public eventCommandSent
Triggered every time a command is sent to the server.
Public eventReplyReceived
Triggered every time a reply is received from the server.
Public eventTransferComplete Obsolete.
Notifies of the completion of a transfer.
Public eventTransferCompleteEx
Notifies of the completion of a transfer, and supplies more details than TransferComplete
Public eventTransferStarted Obsolete.
Notifies of the start of a transfer.
Public eventTransferStartedEx
Notifies of the start of a transfer, and supplies more details than TransferStarted

See Also