I'm trying to synchronize file timestamps when pulling a file from a FTP server down to my local machine.
I'm seeing different behavior depending on how the timestamp is displayed in the remote (FTP) side of the folder sync.
Files that have a remote timestamp of this year are displayed with a modified date and time. Files that have a remote timestamp prior to this year are displayed with just a modified date (no time).
When I copy a file that has date & time (remote) they are written locally with timestamps that are HH:MM:00 (0 seconds).
When I copy a file that has only date (remote), they are written locally with timestamps that are HH:MM:SS (correct # of seconds).
When I look at the log window, I can see that Beyond Compare is sending MDTM commands for the 2nd type of files, thus it's able to get second resolution on the timestamp.
When copying the 1st type of files (those that are displayed with date & time on the remote side), BC doesn't send the MDTM command, it just uses the HH:MM timestamp that is available from the directory listing.
Is there a way to force BC to always do the MDTM command so I can sync files from FTP with second resolution on the timestamp?
I'm seeing different behavior depending on how the timestamp is displayed in the remote (FTP) side of the folder sync.
Files that have a remote timestamp of this year are displayed with a modified date and time. Files that have a remote timestamp prior to this year are displayed with just a modified date (no time).
When I copy a file that has date & time (remote) they are written locally with timestamps that are HH:MM:00 (0 seconds).
When I copy a file that has only date (remote), they are written locally with timestamps that are HH:MM:SS (correct # of seconds).
When I look at the log window, I can see that Beyond Compare is sending MDTM commands for the 2nd type of files, thus it's able to get second resolution on the timestamp.
When copying the 1st type of files (those that are displayed with date & time on the remote side), BC doesn't send the MDTM command, it just uses the HH:MM timestamp that is available from the directory listing.
Is there a way to force BC to always do the MDTM command so I can sync files from FTP with second resolution on the timestamp?
Comment