Constructs an FTPClient.

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

Syntax

C#
public FTPClient()
Visual Basic
Public Sub New
Visual C++
public:
FTPClient()

Remarks

The FTPClient will not connect to the FTP server until Connect()()()() is called.

See Also