Summary: | loosing file date during copy-/move-operations | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Bernhard Vornefeld <bevo> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | contact, faure, gassauer, nicolasg |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bernhard Vornefeld
2001-04-20 13:25:41 UTC
This feature is still missing in KDE 3.1.1. ! I suggest consolidating this with Bug 44357, which appears to be identical and also has votes. *** Bug 44357 has been marked as a duplicate of this bug. *** > The "preserving mode" should be default.
It is (i.e. works for me with a file: to file: copy).
Is this bug about copying to / from other protocols? In that case which ones?
It happens for me from ftp://ftp.snt.utwente.nl/... to local directory. 'The "preserving mode" should be default' If this option can be set where do I check it is set the correct way? On Monday 13 September 2004 00:10, Ron Onstenk wrote:
> 'The "preserving mode" should be default'
> If this option can be set where do I check it is set the correct way?
This isn't an option, it's the only mode of operation.
file:/ to file:/ seems ok, but smb:/ to file:/ doesn't preserve mtime in KDE 3.4. If it is only for remote KIO slaves, then this bug report is the duplicate to bug #55804 (which is already in KIO/General) Konqueror 3.4.3 (kubuntu breezy) does not preserve directory/folder modification dates when copying from file:/ to file:/ Can it please be fixed to preserve directory dates as well as file dates? I'll be sticking with cp -a until this is fixed. SVN commit 514078 by dfaure: Preserve the mtime of every directory when copying/moving from file: to file: (can't do this for other protocols until KDE4). BUG: 24443 (178 votes) (The bug for doing it with other protocols is 55804) M +73 -5 kio/job.cpp M +3 -1 kio/jobclasses.h M +64 -3 tests/jobtest.cpp M +3 -1 tests/jobtest.h |