[issue1741] File creation bug (?)
Matthew Dillon
dillon at apollo.backplane.com
Sun Apr 18 13:44:53 PDT 2010
:I was using ftp.
:But even if the ftp program was copying the original timestamp, it didn't
:get the time right; the date would have been right.
:
:On 18 April 2010 17:40, Matthew Dillon (via DragonFly issue tracker) <
:bugs at crater.dragonflybsd.org> wrote:
The time is probably off by the difference between time-zones.
The FTP server tends to report timestamps in localtime which is
converted to localtime on the target machine. This tends to
mess up the time stamps.
rdist, rsync, and scp are more accurate.
-Matt
More information about the Bugs
mailing list