Timestamps changed wrongly during copy to share
The date/time stamps are changed wrongly, when a file is copied from local drive to a share. The following example demostrates the problem:
Original timestamps of a given file:
testfile.txt File creation time: 2007-03-01 07:41:38
File last access time: 2007-06-27 08:13:34
File last update time: 2007-06-19 15:21:28
xcopy to Peer via LAN-Requester does not change these timestamps during copy, as the target file has still the same after the copy
operation:
testfile_LAN.txt File creation time: 2007-03-01 07:41:38
File last access time: 2007-06-27 08:13:34
File last update time: 2007-06-19 15:21:28
xcopy to Samba via Netdrive however changes these timestamps:
testfile_SMB.txt File creation time: 2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last access time: 2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last update time: 2007-06-19 15:21:28 (right)
Change History
(4)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
→ Samba Server for eCS (OS/2) 1.0
|
Vitali thinks this may be a Netdrive problem that he's recently fixed.