An NDoc Documented Class Library

FTPClient Constructor (String, Int32)

NOTE: This constructor is now obsolete.

This constructor is obsolete; use the default constructor and properties instead


Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(
   string remoteHost,
   int controlPort
);

Parameters

remoteHost
The domain-name or IP address of the FTP server.
controlPort
The port for control stream (-1 for default port).

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace | FTPClient Constructor Overload List