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

FTPClientMkDir Method

Create the specified remote working directory.

Definition

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

Parameters

dir  String
Name of remote directory to create.

Implements

IFileTransferClientMkDir(String)

See Also