Module: Net::SFTP::Constants::ACE::Flag

Defined in:
lib/net/sftp/constants.rb

Overview

Access control entry flags, used from version 4 of the protocol, onward. See Net::SFTP::Protocol::V04::Attributes::ACL.

Constant Summary collapse

FILE_INHERIT =
0x00000001
DIRECTORY_INHERIT =
0x00000002
NO_PROPAGATE_INHERIT =
0x00000004
INHERIT_ONLY =
0x00000008
SUCCESSFUL_ACCESS =
0x00000010
FAILED_ACCESS =
0x00000020
IDENTIFIER_GROUP =
0x00000040