Constructs an FTPClient.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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