(*** This bug was imported into bugs.kde.org ***) Package: konqueror Version: 2.1 (using KDE 2.1.0 ) Severity: wishlist Installed from: SuSE Compiler: gcc version 2.95.2 19991024 (release) OS: Linux 2.4.0 i686 OS/Compiler notes: I would like to preserve file attributes (especially date and time) during copy/move operations. The "preserving mode" should be default. If preserving is'nt possible in certain situations the user should be prompted for action (compare midnight commander for console). The default behavior should be adjustable in theKonqueror configuration. (Submitted via bugs.kde.org) (Called from KBugReport dialog)
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