Table of Contents

Enum TargetDirectoryCreation

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Behavior for target directory creation.

public enum TargetDirectoryCreation

Fields

Create = 1

Create the target directory. Does not fail if it already exists.

CreateNew = 3

Create the target directory. Fails if it already exists.

CreateWithParents = 2

Create the target directory and parent directories.

None = 0

Do not create the target directory.