FtpConnect Method |
Name | Description | |
---|---|---|
Connect(String) |
Connects to FTP server on port 21. Use ConnectSSL(String) when SSL connection is needed.
| |
Connect(IPEndPoint, Boolean) |
Connects to server.
(Inherited from TcpTextClient.) | |
Connect(String, Int32) |
Connects to server. Use ConnectSSL(String, Int32) when SSL connection is needed.
(Inherited from TcpTextClient.) | |
Connect(IPAddress, Int32, Boolean) |
Connects to server.
(Inherited from TcpTextClient.) | |
Connect(String, Int32, Boolean) |
Connects to server.
(Inherited from TcpTextClient.) |