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 nameDescription
Supported by the .NET Compact FrameworkUnknown
Unknown type.
Supported by the .NET Compact FrameworkFifo
Named pipe.
Supported by the .NET Compact FrameworkCharacterDevice
Character device.
Supported by the .NET Compact FrameworkDirectory
Directory.
Supported by the .NET Compact FrameworkBlockDevice
Block device.
Supported by the .NET Compact FrameworkRegularFile
Regular file.
Supported by the .NET Compact FrameworkSymlink
Symbolic link.
Supported by the .NET Compact FrameworkSocket
Socket.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also