Creates remote directory.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public void MakeDir(
	string pathname
)
Visual Basic
Public Sub MakeDir ( _
	pathname As String _
)
Visual C++
public:
void MakeDir(
	String^ pathname
)

Parameters

pathname
Type: System..::..String
the directory name

Exceptions

ExceptionCondition
Jscape.Sftp..::..SftpExceptionif protocol error occurs

See Also