Table of Contents

Method Mkdir

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Mkdir(string)

Creates the specified directory.

public override void Mkdir(string directory)

Parameters

directory string

The directory to create.

Exceptions

SftpException

The specified directory already exists.