Create an FTPConnection using the given FTP client.

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

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