Summary: | Timestamps are not preserved with Syncronizer and SFTP | ||
---|---|---|---|
Product: | [Applications] krusader | Reporter: | Theo <alpha0x89> |
Component: | synchronize | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aba, alex.bikadorov, gesti55, krusader-bugs-null, support |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=206921 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Theo
2012-05-17 21:05:49 UTC
Same thing with normal FTP connections. Krusader won't preserve timestamps copying to and from FTP. reproduciable using 2.4.0-beta3 Things have taken a turn for the worse. After an update from KDE 4.6 to 4.8 time stamps are no longer preserved even when copying files over SFTP from a panel. Downgrading only Krusader to the KDE 4.6 version (from the openSUSE 11.4 repository) doesn't fix it, so I guess the problem is the KIO slave (to be found in the openSUSE package kdebase4-runtime 4.8.5). See also: https://bugs.kde.org/show_bug.cgi?id=55804 https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/191472 Confirmed. After a quick look I could not figure out why files are considered equal although the have different timestamps (which is actually good, otherwise files folders would not be equal after a sync). Note for myself: with KIO::FileCopyJob::setModificationTime() this can probably be easily fixed. https://api.kde.org/frameworks/kio/html/classKIO_1_1FileCopyJob.html#a28f12603e4db5e7adc1aff5b2acc0f9f *** Bug 245683 has been marked as a duplicate of this bug. *** *** Bug 437343 has been marked as a duplicate of this bug. *** |