Click or drag to resize

FtpConnect Method

Overload List
 NameDescription
Public methodConnect(String) Connects to FTP server on port 21. Use ConnectSSL(String) when SSL connection is needed.
Public methodConnect(IPEndPoint, Boolean) Connects to server.
Public methodConnect(String, Int32) Connects to server. Use ConnectSSL(String, Int32) when SSL connection is needed.
Public methodConnect(IPAddress, Int32, Boolean) Connects to server.
Public methodConnect(String, Int32, Boolean) Connects to server.
Top
See Also