Constructs an FTPClient instance and connects to the FTP server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
[ObsoleteAttribute("This constructor is obsolete; use the default constructor and properties instead")]
public FTPClient(
	IPAddress remoteAddr
)
Visual Basic
<ObsoleteAttribute("This constructor is obsolete; use the default constructor and properties instead")> _
Public Sub New ( _
	remoteAddr As IPAddress _
)
Visual C++
[ObsoleteAttribute(L"This constructor is obsolete; use the default constructor and properties instead")]
public:
FTPClient(
	IPAddress^ remoteAddr
)

Parameters

remoteAddr
Type: System.Net..::..IPAddress
The address of the FTP server.

See Also