An NDoc Documented Class Library

FTPClient Constructor

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.

Overload List

Constructs an FTPClient.

public FTPClient();

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(IPAddress);

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(IPAddress,int);

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(IPAddress,int,int);

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(string);

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(string,int);

Obsolete. Constructs an FTPClient instance and connects to the FTP server.

public FTPClient(string,int,int);

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace