SSH2::SFTP::Attributes::Flags
Inherits Enum / Comparable / Value / Object
Marks which attribute fields are present.
Constants
SIZE = 1_u64
UIDGID = 2_u64
PERMISSIONS = 4_u64
ACMODTIME = 8_u64
EXTENDED = 2147483648_u64
None = 0_u64
All = 2147483663_u64
Instance methods
none?
Source