Module: Net::SFTP::Constants::ACE::Type

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

Overview

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

Constant Summary collapse

ACCESS_ALLOWED =
0x00000000
ACCESS_DENIED =
0x00000001
SYSTEM_AUDIT =
0x00000002
SYSTEM_ALARM =
0x00000003