Overload List
| Name | Description | |
|---|---|---|
| Connect(String) |
Connects to the specifified FTP host. The default FTP Port (21) is used.
| |
| Connect(String, Int32) |
Connects to the specifified FTP host and port.
| |
| Connect(String, String) |
Connects to the specifified FTP host. The default FTP Port (21) is used.
| |
| Connect(String, Int32, String) |
Connects to the specifified FTP host and port.
|