An NDoc Documented Class Library

FTPClient Events

The events of the FTPClient class are listed below. For a complete list of FTPClient class members, see the FTPClient Members topic.

Public Instance Events

BytesTransferred Event triggered every time TransferNotifyInterval bytes transferred.
CommandSent Triggered every time a command is sent to the server.
ReplyReceived Triggered every time a reply is received from the server.
TransferCompleteObsolete. Notifies of the completion of a transfer.
TransferCompleteEx Notifies of the completion of a transfer, and supplies more details than TransferComplete
TransferStartedObsolete. Notifies of the start of a transfer.
TransferStartedEx Notifies of the start of a transfer, and supplies more details than TransferStarted

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace