Module Net::SFTP::Constants::ACE::Type
In: lib/net/sftp/constants.rb

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

Constants

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

[Validate]