Table of Contents

Enum UnixFileType

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Unix file types.

public enum UnixFileType : short

Fields

BlockDevice = 4102

Block device.

CharacterDevice = 2050

Character device.

Directory = 516

Directory.

Fifo = 16385

Named pipe (FIFO).

RegularFile = 264

Regular file.

Socket = 8204

Unix domain socket.

Symbolic link.

WeirdFile = -32768

Unknown file type.