edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionCreateDirectory Method

Create the specified remote directory.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void CreateDirectory(
	string directory
)

Parameters

directory  String
Name of remote directory to create.

See Also