For a list of all members of this type, see FtpConnection members.
Public Events
| Name | Description |
| CertificateReceived | Raised when an FTP server's certificate has been received and verified. Note: This event is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP. |
| 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. |
| ParsingListingLine | Raised when a listing line is received from the FTP server. |
Top
See Also