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

SSHFTPClientMkDir Method

Create the specified remote working directory.

Definition

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

Parameters

dir  String
Name or path of remote directory to create.

Implements

IFileTransferClientMkDir(String)

See Also