edtFTPnet/PRO - Secure FTP component for .NET
|
Free Trial
|
Pricing
edtFTPnet/PRO
C#
VB
C++
F#
Show/Hide TOC
FTPClient Constructor
Constructs an
FTPClient
.
Definition
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
Copy
public
FTPClient
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
FTPClient
()
F#
Copy
new
:
unit
->
FTPClient
Remarks
The
FTPClient
will not connect to the FTP server until
Connect
is called.
See Also
Reference
FTPClient Class
EnterpriseDT.Net.Ftp Namespace
In This Article
Definition
Remarks
See Also