Overload List

  NameDescription
Public methodFTPClient()()()()
Constructs an FTPClient.
Public methodFTPClient(IPAddress) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.
Public methodFTPClient(String) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.
Public methodFTPClient(IPAddress, Int32) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.
Public methodFTPClient(String, Int32) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.
Public methodFTPClient(IPAddress, Int32, Int32) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.
Public methodFTPClient(String, Int32, Int32) Obsolete.
Constructs an FTPClient instance and connects to the FTP server.

See Also