SFTP/Unix file permissions.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SftpPermissions
C#
[FlagsAttribute]
public enum SftpPermissions

Members

Member nameDescription
Supported by the .NET Compact FrameworkOthersExecute
Others execute.
Supported by the .NET Compact FrameworkOthersWrite
Others write.
Supported by the .NET Compact FrameworkOthersRead
Others read.
Supported by the .NET Compact FrameworkGroupExecute
Group execute.
Supported by the .NET Compact FrameworkGroupWrite
Group write.
Supported by the .NET Compact FrameworkGroupRead
Group read.
Supported by the .NET Compact FrameworkOwnerExecute
Owner execute.
Supported by the .NET Compact FrameworkOwnerWrite
Owner write.
Supported by the .NET Compact FrameworkOwnerRead
Owner read.
Supported by the .NET Compact FrameworkSticky
Sticky.
Supported by the .NET Compact FrameworkSetGid
Set GID bit.
Supported by the .NET Compact FrameworkSetUid
Set UID bit.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also