edtFTPnet/Free - Open-source FTP component for .NET | Download
Create the specified remote working directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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 of remote directory to create.

Implements

IFileTransferClient..::..MkDir(String)

See Also