Attribute Flags. The 'valid-attribute-flags' field in
the SFTP ATTRS data type specifies which of the fields are actually present.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: AttribFlags.java,v 1.2 2006/08/02 12:05:00 cplattne Exp $
SSH_FILEXFER_ATTR_SUBSECOND_TIMES Indicates that additionally to the 'atime', 'createtime',
'mtime' and 'ctime' fields (if present), there is also
'atime-nseconds', 'createtime-nseconds', 'mtime-nseconds'
and 'ctime-nseconds'.
final public static int SSH_FILEXFER_ATTR_ACCESSTIME(Code)
Indicates that the 'atime' field is present.
SSH_FILEXFER_ATTR_ACL
final public static int SSH_FILEXFER_ATTR_ACL(Code)
Indicates that the 'acl' field is present.
SSH_FILEXFER_ATTR_ALLOCATION_SIZE
final public static int SSH_FILEXFER_ATTR_ALLOCATION_SIZE(Code)
Indicates that the 'allocation-size' field is present.
SSH_FILEXFER_ATTR_BITS
final public static int SSH_FILEXFER_ATTR_BITS(Code)
Indicates that the 'attrib-bits' and 'attrib-bits-valid'
fields are present.
SSH_FILEXFER_ATTR_CREATETIME
final public static int SSH_FILEXFER_ATTR_CREATETIME(Code)
Indicates that the 'createtime' field is present.
SSH_FILEXFER_ATTR_CTIME
final public static int SSH_FILEXFER_ATTR_CTIME(Code)
Indicates that the 'ctime' field is present.
SSH_FILEXFER_ATTR_EXTENDED
final public static int SSH_FILEXFER_ATTR_EXTENDED(Code)
Indicates that the 'extended-count' field (and probablby some
'extensions') is present.
SSH_FILEXFER_ATTR_LINK_COUNT
final public static int SSH_FILEXFER_ATTR_LINK_COUNT(Code)
Indicates that the 'link-count' field is present.
SSH_FILEXFER_ATTR_MIME_TYPE
final public static int SSH_FILEXFER_ATTR_MIME_TYPE(Code)
Indicates that the 'mime-type' field is present.
SSH_FILEXFER_ATTR_MODIFYTIME
final public static int SSH_FILEXFER_ATTR_MODIFYTIME(Code)
Indicates that the 'mtime' field is present.
SSH_FILEXFER_ATTR_OWNERGROUP
final public static int SSH_FILEXFER_ATTR_OWNERGROUP(Code)
Indicates that the 'owner' and 'group' fields are present.
SSH_FILEXFER_ATTR_PERMISSIONS
final public static int SSH_FILEXFER_ATTR_PERMISSIONS(Code)
Indicates that the 'permissions' field is present.
SSH_FILEXFER_ATTR_SIZE
final public static int SSH_FILEXFER_ATTR_SIZE(Code)
Indicates that the 'allocation-size' field is present.
SSH_FILEXFER_ATTR_SUBSECOND_TIMES
final public static int SSH_FILEXFER_ATTR_SUBSECOND_TIMES(Code)
Indicates that additionally to the 'atime', 'createtime',
'mtime' and 'ctime' fields (if present), there is also
'atime-nseconds', 'createtime-nseconds', 'mtime-nseconds'
and 'ctime-nseconds'.
SSH_FILEXFER_ATTR_TEXT_HINT
final public static int SSH_FILEXFER_ATTR_TEXT_HINT(Code)
Indicates that the 'text-hint' field is present.
SSH_FILEXFER_ATTR_UNTRANSLATED_NAME
final public static int SSH_FILEXFER_ATTR_UNTRANSLATED_NAME(Code)
Indicates that the 'untranslated-name' field is present.
SSH_FILEXFER_ATTR_V3_ACMODTIME
final public static int SSH_FILEXFER_ATTR_V3_ACMODTIME(Code)
Indicates that the 'atime' and 'mtime' field are present
(protocol v3).
SSH_FILEXFER_ATTR_V3_UIDGID
final public static int SSH_FILEXFER_ATTR_V3_UIDGID(Code)
Protocol version 6:
0x00000002 was used in a previous version of this protocol.
It is now a reserved value and MUST NOT appear in the mask.
Some future version of this protocol may reuse this value.