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


In This Topic
    AsyncFtpClient Class Events
    In This Topic

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

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