Create the specified remote working directory.

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

Syntax

C#
public virtual void MkDir(
	string dir
)
Visual Basic
Public Overridable Sub MkDir ( _
	dir As String _
)
Visual C++
public:
virtual void MkDir(
	String^ dir
)

Parameters

dir
Type: System..::..String
Name or path of remote directory to create.

Implements

IFileTransferClient..::..MkDir(String)

See Also