edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Create an FTPConnection using the given FTP client.

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

Syntax

C#
protected internal FTPConnection(
	FTPClient ftpClient
)
Visual Basic
Protected Friend Sub New ( _
	ftpClient As FTPClient _
)
Visual C++
protected public:
FTPConnection(
	FTPClient^ ftpClient
)

Parameters

ftpClient
Type: EnterpriseDT.Net.Ftp..::..FTPClient
FTPClient-instance to use.

See Also