edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Initializes a new instance of the ConnRecursiveOperations class

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

Syntax

C#
public ConnRecursiveOperations(
	FTPConnection conn
)
Visual Basic
Public Sub New ( _
	conn As FTPConnection _
)
Visual C++
public:
ConnRecursiveOperations(
	FTPConnection^ conn
)

See Also