Changes between Initial Version and Version 7 of Ticket #1061


Ignore:
Timestamp:
2010-07-10T18:58:44Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1061

    • Property Owner set to davidsarah
    • Property Status changed from new to assigned
    • Property Summary changed from SFTP shows all mtimes as the Unix epoch (converted to local time) to SFTP directory listing doesn't show (or shows wrong mtime and size for) files that have been opened but not yet uploaded
    • Property Milestone changed from 1.7.0 to 1.7.1
  • Ticket #1061 – Description

    initial v7  
    1 The current SFTP implementation shows all modification times in directory listings as 1970-01-01 00:00:00 UTC, converted to local time.
     1Original problem: The SFTP implementation showed all modification times in directory listings as 1970-01-01 00:00:00 UTC, converted to local time.
     2
     3Current problem: 'openDirectory' does not consult the list of heisenfiles. So a directory listing might not show the existence or correct metadata for a file that has not been uploaded yet.