The events of the FTPClient class are listed below. For a complete list of FTPClient class members, see the FTPClient Members topic.
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. |
TransferComplete | Obsolete. Notifies of the completion of a transfer. |
TransferCompleteEx | Notifies of the completion of a transfer, and supplies more details than TransferComplete |
TransferStarted | Obsolete. Notifies of the start of a transfer. |
TransferStartedEx | Notifies of the start of a transfer, and supplies more details than TransferStarted |