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


In This Topic
    BeginLogin Method
    In This Topic
    Begins the anonymous login process of the FTP client to the FTP server to which it is connected. Don't forget to call EndLogin!
    Begins the anonymous login process of the FTP client to the FTP server to which it is connected. Don't forget to call EndLogin!
    Overload List
    OverloadDescription
    Begins the anonymous login process of the FTP client to the FTP server to which it is connected. Don't forget to call EndLogin!  
    Begins the login process of the FTP client to the FTP server to which it is connected using the specified username and password. Don't forget to call EndLogin!  
    Begins the login process of the FTP client to the FTP server to which it is connected using the specified username and password. Don't forget to call EndLogin!  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also