Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpClient Class


In This Topic
    FtpClient Class Events
    In This Topic

    For a list of all members of this type, see FtpClient members.

    Public Events
     NameDescription
    Public EventRaised when an FTP server's certificate was received and verified.  
    Public EventRaised 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.  
    Public EventRaised once for every command sent to the FTP server.  
    Public EventRaised when the Disconnect method is called as well as when the connection is terminated by the FTP server.  
    Public EventRaised for every 4Kb sent or received during a file transfer.  
    Public EventRaised when an error occurs while transferring multiple files to or from the FTP server to determine what action should be taken.  
    Public EventRaised when a listing line is received from the FTP server.  
    Public EventRaised for each file being received from the FTP server.  
    Public EventRaised once for each reply received from the FTP server. If a reply contains multiple lines, they will be received as a group.  
    Public EventRaised for each file being sent to the FTP server.  
    Public EventRaised when the State of the FTP client changes.  
    Top
    See Also