The FTPClient type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | BytesTransferred |
Event triggered every time TransferNotifyInterval bytes transferred.
|
![]() | CommandError |
Occurs when there is an error while a command was being sent or
a reply was being received.
|
![]() | 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 |