An NDoc Documented Class Library

FTPClient Constructor (String)

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
);

Parameters

remoteHost
The domain-name or IP address of the FTP server.

See Also

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