Method Mkdir
Mkdir(string)
Creates the specified directory.
public override void Mkdir(string directory)
Parameters
directory
stringThe directory to create.
Exceptions
- SftpException
The specified directory already exists.
Creates the specified directory.
public override void Mkdir(string directory)
directory
stringThe directory to create.
The specified directory already exists.