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. | |
| Connect(String, Int32) | Connects to server. Use ConnectSSL(String, Int32) when SSL connection is needed. | |
| Connect(IPAddress, Int32, Boolean) | Connects to server. | |
| Connect(String, Int32, Boolean) | Connects to server. |