Rebex SFTP for .NET

SftpPermissions Enumeration

SFTP/Unix file permissions.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum SftpPermissions

Members

Member Name Description Value
OthersExecuteOthers execute.1
OthersWriteOthers write.2
OthersReadOthers read.4
GroupExecuteGroup execute.8
GroupWriteGroup write.16
GroupReadGroup read.32
OwnerExecuteOwner execute.64
OwnerWriteOwner write.128
OwnerReadOwner read.256
StickySticky.512
SetGidSet GID bit.1024
SetUidSet UID bit.2048

Requirements

Namespace: Rebex.Net

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

See Also

Rebex.Net Namespace