edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionCreateDirectory Method

Create the specified remote directory.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public override void CreateDirectory(
	string directory
)

Parameters

directory
Type: SystemString
Name of remote directory to create.
See Also