Name | Description | |
---|---|---|
CertificateReceived | Raised when an FTP server's certificate was received and verified. | |
CertificateRequired | Raised when a client certificate is required by the FTP server, or the one provided (if e.Certificate is not a null reference (Nothing in Visual Basic)) was rejected. Note: This event is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP. | |
CommandSent | Raised once for every command sent to the FTP server. | |
Disconnected | Raised when the Disconnect method is called as well as when the connection is terminated by the FTP server. | |
FileTransferStatus | Raised for every 4Kb sent or received during a file transfer. | |
MultipleFileTransferError | Raised when an error occurs while transferring multiple files to or from the FTP server to determine what action should be taken. | |
ParsingListingLine | Raised when a listing line is received from the FTP server. | |
ReceivingFile | Raised for each file being received from the FTP server. | |
ReplyReceived | Raised once for each reply received from the FTP server. If a reply contains multiple lines, they will be received as a group. | |
SendingFile | Raised for each file being sent to the FTP server. | |
StateChanged | Raised when the State of the FTP client changes. |