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