property ValidAttributes: TScSFTPAttributes;
Description
Use the ValidAttributes property to define the file attributes that have meaning. While receiving attributes from the server when a flag for the required property was set, this value was received from the server. If the flag is not set, the value of the property can be set to any value.
When sending attributes to the server, only properties with the corresponding flag are sent. Other properties are ignored.
Value | Meaning |
aSize | the Size property is set; |
aAllocationSize | the AllocationSize prperty is set; |
aPermissions | the Permissions property is set; |
aAccessTime | the AccessTime property is set; |
aCreateTime | the CreateTime property is set; |
aModifyTime | the ModifyTime property is set; |
aChangeAttrTime | the ChangeAttrTime property is set; |
aSubsecondTimes | the nseconds is to be added to the seconds AccessTime, CreateTime, ModifyTime, ChangeAttrTime fields for the final time representation. |
aAttrs | the Attrs property is set; |
aTextHint | the TextHint property is set; |
aMimeType | the MimeType property is set; |
aLinkCount | the LinkCount property is set; |
aUntranslatedName | the UntranslatedName property is set; |
aExtended | the ExtendedAttributes property is set; |