Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
timestamps [2023_09_13 17:46] steventimestamps [2023_09_14 05:49] – [Cloud Drive for Windows] steven
Line 1: Line 1:
-====== Understanding file timestamps ======+# File and Folder Timestamps
  
-Access Anywhere stores file metadata including filenames and timestamps. It does not store file data.+Access Anywhere stores file and folder metadata including filenames and timestamps.
  
-Some timestamp metadata is synchronized with that of the storage provider.  This may be different for different types of storage. Other timestamp metadata is created by Access Anywhere based on file activity.+Some timestamp metadata is synchronized with that of the storage provider.  This may be different for different types of storage. Other timestamp metadata is created by Access Anywhere based on file activity. This may also be different depending on which client application or protocol is used. 
 +## File Metadata
  
-===== 1 File Timestamps =====+From the File Info Pane you can view all four possible timestamps. They are shown in your local time (as determined from the browser).
  
-From the File Info Pane you will see four possible timestamps. They are shown in your local time (as determined from the browser). +{{ :timestamps:info-timestamps.png?500 |}}
- +
-{{ :timestamps:info-timestamps.png?400 |}}+
  
 They are also visible if you hover over the time field within the folder listing: They are also visible if you hover over the time field within the folder listing:
  
-{{ :timestamps:list-hover-timestamp.png?400 |}} +{{ :timestamps:list-hover-timestamp.png?450 |}} 
  
 The fields are: The fields are:
Line 27: Line 26:
 * **Last Accessed Time**  -  This is the time the file data was last access through Access Anywhere such as through a download. * **Last Accessed Time**  -  This is the time the file data was last access through Access Anywhere such as through a download.
  
 +## Folder Metadata
  
-===== File Manager Listing  =====+From the Folder Info Pane you will see three possible timestamps. They are shown in your local time (as determined from your browser).
  
-{{ :timestamp.png?400 |}}+{{ :timestamps:info-folder-timestamps.png?500 |}}
  
 +The fields are:
  
-===== 2 Uploading files from the web =====+* **Storage Modified Time**  - The last modified time.
  
-If files are uploaded from the web File Manager then original modified timestamps are preserved except for the Safari browser which will use the timestamp of when the files was uploaded for the modified time as it is not possible from the Safari to obtain the modified time on upload +* **Storage Created Time**  -  This is the time the file was indexed by Access Anywhere.
  
-===== 3 Uploading files from the desktop =====+* **Last Cloud Refresh**  -  The last time the folder metadata was synchronized with Access Anywhere. 
 + 
 +## File Manager Listing 
 + 
 +Users can choose the timestamp used for sort order from the Cloud File Manager. 
 + 
 +{{ :timestamp.png?500 |}} 
 + 
 +## Troubleshooting 
 + 
 +### Uploading from the web 
 + 
 +If files are uploaded from the Cloud File Manager then original modified timestamps are preserved except for the Safari browser which will use the timestamp of when the files was uploaded for the modified time as it is not possible from the Safari to obtain the modified time on upload.   
 +### Uploading from the desktop
  
 Files that are uploaded from a Mac, Windows or Linux Drive client, or via sync should have the timestamps fully preserved. Files that are uploaded from a Mac, Windows or Linux Drive client, or via sync should have the timestamps fully preserved.
  
-===== 4 Uploading files over protocol adaptors =====+### Uploading via protocol adaptors 
 + 
 +If files are uploaded over CloudDAV or CloudFTP protocol adaptor then timestamp preservation depends on the client tool used and whether it issues the command to change the file timestamp. 
 +### Cloud Drive for Windows 
 + 
 +The Cloud Drive on Windows maps these fields to the Windows filesystem files: 
 + 
 +* **Date created** - Storage Created Time 
 +* **Date modified** - Storage Created Time 
 +* **Date last saved** - Local Desktop Time (if available) or Storage Created Time 
 +* **Date accessed** - Last Accessed Time 
 + 
 +For folders: 
 + 
 +* **Date created** - Storage Created Time 
 +* **Date modified** - Storage Modified Time 
 +* **Date last saved** - Storage Modified Time 
 +* **Date accessed** - Last Cloud Refresh 
 + 
 +### Cloud Drive for Mac 
 + 
 +The Cloud Drive for Mac maps these fields to MacOS files: 
 + 
 +* **Created** - Storage Created Time 
 +* **Modified** - Storage Modified Time 
 +* **Date Added** - Not mapped. Shows when the folder was first added to the drive. 
 +* **Date Last Opened** - Not mapped. Shows when a file was last opened from the drive.
  
-If files are uploaded over CloudDav or CloudFTP protocol adaptor then timestamp preservation depends on the client tool used and whether it issues the command to change the file timestamp.