Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpConnection Class / FtpConnection Constructor


In This Topic
    FtpConnection Constructor
    In This Topic
    Initializes a new instance of the FtpConnection class specifying the IP address and port of the FTP server.
    Overload List
    OverloadDescription
    Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server, as well as the UserName and Password used to connect.  
    Initializes a new instance of the FtpConnection class specifying the HostName of the FTP server, as well as the UserName and Password used to connect.  
    Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server.  
    Initializes a new instance of the FtpConnection class specifying the HostName of the FTP server.  
    Initializes a new instance of the FtpConnection class specifying the IP address and port of the FTP server, as well as the UserName and Password used to connect.  
    Initializes a new instance of the FtpConnection class specifying the IP address and port of the FTP server.  
    Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server, various SSL parameters, as well as the UserName and Password used to connect. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
    Initializes a new instance of the FtpConnection class specifying the HostName and Port of the FTP server as well as various SSL parameters. Login is anonymous. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
    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