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


In This Topic
    Connect Method (FtpClient)
    In This Topic
    Connects the FTP client to an FTP server on port 21.
    Connects the FTP client to an FTP server on port 21.
    Overload List
    OverloadDescription
    Connects the FTP client to an FTP server on port 21.  
    Connects the FTP client to a secure FTP server on port 21. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
    Connects the FTP client to an FTP server using the specified hostname and port.  
    Connects the FTP client to a secure FTP server using the specified hostname and port. Note: This method is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.  
    Connects the FTP client to an FTP server using the specified System.Net.IPEndPoint (IP address and port).  
    Connects the FTP client to a secure FTP server using the specified hostname and port. 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