Overload | Description |
---|---|
Connect(String) | Connects the FTP client to an FTP server on port 21. |
Connect(String,AuthenticationMethod,VerificationFlags,Certificate) | 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. |
Connect(String,Int32) | Connects the FTP client to an FTP server using the specified hostname and port. |
Connect(String,Int32,AuthenticationMethod,VerificationFlags,Certificate) | 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. |
Connect(IPEndPoint) | Connects the FTP client to an FTP server using the specified System.Net.IPEndPoint (IP address and port). |
Connect(IPEndPoint,AuthenticationMethod,VerificationFlags,Certificate) | 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. |