Inconsistent Timestamp Display

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
metal450
504 Command not implemented
Posts: 6
Joined: 2013-02-24 18:46

Inconsistent Timestamp Display

#1 Post by metal450 » 2013-02-24 18:55

Using Filezilla 3.6.0.2 on Windows 7 64-bit, I'm seeing some strange/inconsistent behavior with modification dates. In particular, the remote listing displays dates only - no times - seemingly at random. This screenshot will illustrate the issue: http://screencast.com/t/R5adf8o5V3E

Note that on the right side, some files/folders list the complete date & time, and some only list the date (no time). Deleting the remote file and re-uploading it does not fix it - some files still don't list times. In many cases, this causes incorrect results when doing directory comparison based on modification time: http://screencast.com/t/fYMKuH4Zvp

This is not unique to one FTP server; I've seen it happen with several. Any ideas why this would be happening? Might it be a bug?

Addendum: the remote files definitely *have* modification times; the remote site in this case is a NAS on my LAN, and if I view the same folder over a samba share, all of the files display the expected (complete) timestamps. The missing timestamps only appear when viewed over FTP: http://screencast.com/t/WfAsxs4mMa4

User avatar
boco
Contributor
Posts: 26939
Joined: 2006-05-01 03:28
Location: Germany

Re: Inconsistent Timestamp Display

#2 Post by boco » 2013-02-24 21:01

In particular, the remote listing displays dates only - no times - seemingly at random.
Not random. FTP listings acquired via the LIST command will not include time information if the file's timestamp is older than a certain period (varies, but can be as low as a month). Complete timestamps can only be obtained from servers supporting MLSD. This is by design.

LIST output is nowhere standardized, so every FTP server software can do as it pleases. MLSD listings are clearly defined and deliver complete timestamps unrelated of the file's age.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

metal450
504 Command not implemented
Posts: 6
Joined: 2013-02-24 18:46

Re: Inconsistent Timestamp Display

#3 Post by metal450 » 2013-02-24 21:08

Understood, thank you for the reply.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Inconsistent Timestamp Display

#4 Post by botg » 2013-02-24 22:10

boco wrote:This is by design.
Not by design. There simply is no other way.

User avatar
boco
Contributor
Posts: 26939
Joined: 2006-05-01 03:28
Location: Germany

Re: Inconsistent Timestamp Display

#5 Post by boco » 2013-02-25 12:50

This is by forced design.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply