Type of SftpItem.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration SftpItemType |
| C# |
|---|
public enum SftpItemType |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
Unknown type.
| |
| Fifo | Named pipe. | |
| CharacterDevice | Character device. | |
| Directory | Directory. | |
| BlockDevice | Block device. | |
| RegularFile | Regular file. | |
| Symlink | Symbolic link. | |
| Socket | Socket. |