Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.CATime

TElSftpFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the last time the file attributes were changed.

Declaration

[C#]
    DateTime CATime;

[VB.NET]
    Property CATime As DateTime

[Pascal]
    property CATime: TDateTime;

[C++]
    int64_t get_CATime();
    void set_CATime(int64_t Value);

[PHP]
    DateTime get_CATime()
    void set_CATime(DateTime $Value)

[Java]
    Date getCATime();
    void setCATime(Date Value);

Description

    This property contains the last time the file attributes were changed. The exact meaning of this field depends on the server.
    This feature is supported since version 6 of the SFTP protocol.
Time, specified in this property, is in UTC. You need to convert it to/from your local timezone if needed.

See also:     ATime     CTime     MTime    

Discuss this help topic in SecureBlackbox Forum