Unit
ScSFTPUtils
type
TScSFTPAttribute = (aSize, aAllocationSize, aOwnerGroup, aPermissions, aAccessTime, aCreateTime, aModifyTime, aChangeAttrTime, aSubsecondTimes, aAcl, aAttrs, aTextHint, aMimeType, aLinkCount, aUntranslatedName, aExtended);
TScSFTPAttributes = set of TScSFTPAttribute;
Description
The TScSFTPAttribute enumeration represents the file attributes that have meaning when receiving or sending attributes from/to the SFTP server.
| Value | Meaning |
| aSize | Specifies the file size attribute (refer to TScSFTPFileAttributes.Size). |
| aAllocationSize | Specifies the file allocation size attribute (refer to TScSFTPFileAttributes.AllocationSize). |
| aOwnerGroup | Specifies the file group and owner attributes (refer to TScSFTPFileAttributes.GID, TScSFTPFileAttributes.UID, TScSFTPFileAttributes.Group, TScSFTPFileAttributes.Owner). |
| aPermissions | Specifies the file permissions attribute (refer to TScSFTPFileAttributes.Permissions). |
| aAccessTime | Specifies the file access time attribute (refer to TScSFTPFileAttributes.AccessTime). |
| aCreateTime | Specifies the file create time attribute (refer to TScSFTPFileAttributes.CreateTime). |
| aModifyTime | Specifies the file modify time attribute (refer to TScSFTPFileAttributes.ModifyTime). |
| aChangeAttrTime | Specifies the file change attribute time attribute (refer to TScSFTPFileAttributes.ChangeAttrTime). |
| aSubsecondTimes | Specifies that the nseconds is to be added to the seconds access time, create time, modify time, and change attributes time attributes. |
| aAcl | Specifies the file ACL and ACE attributes (refer to TScSFTPFileAttributes.AclFlags, TScSFTPFileAttributes.ACEs). |
| aAttrs | Specifies the file description attribute (refer to TScSFTPFileAttributes.Attrs). |
| aTextHint | Specifies the file text hint attribute (refer to TScSFTPFileAttributes.TextHint). |
| aMimeType | Specifies the mime type attribute (refer to TScSFTPFileAttributes.MimeType). |
| aLinkCount | Specifies the file link count attribute (refer to TScSFTPFileAttributes.LinkCount). |
| aUntranslatedName | Specifies the file untranslated name attribute (refer to TScSFTPFileAttributes.UntranslatedName). |
| aExtended | Specifies the file extended attributes (refer to TScSFTPFileAttributes.ExtendedAttributes). |
See also
TScSFTPFileAttributes.ValidAttributes