[Bug 191472]
DA
191472 at bugs.launchpad.net
Fri Jun 14 06:28:37 UTC 2013
(In reply to comment #47)
> Thank you for looking into this, Dawit!
No problem, but please note that my fix is only going to address
kio_sftp and kio_ftp. And even then for kio_ftp, I can only address the
issue for moving files from the ftp server to the local file system. To
see why I was not able to do the same for the other case, checkout
http://git.reviewboard.kde.org/r/111016/.
After the code listed above is committed, the timestamp set on
copied/moved files through
kio_file will be:
============
* Copy/Paste
- local->remote: Modified THEN Accessed NOW
- remote->local: Modified THEN Accessed NOW
*Cut/Paste
- local->remote: Modified THEN Accessed NOW
- remote->local: Modified THEN Accessed NOW
kio_sftp will be:
=============
* Copy/Paste
- local->remote: Modified NOW Accessed NOW
- remote->local: Modified NOW Accessed NOW
*Cut/Paste
- local->remote: Modified THEN Accessed NOW
- remote->local: Modified THEN Accessed NOW
kio_ftp will be:
=============
* Copy/Paste
- local->remote: Modified NOW Accessed NOW
- remote->local: Modified NOW Accessed NOW
*Cut/Paste
- local->remote: Modified NOW Accessed NOW [ requires new implementation ]
- remote->local: Modified THEN Accessed NOW
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in Ubuntu.
https://bugs.launchpad.net/bugs/191472
Title:
Wrong timestamp on files copied over SSH
To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/191472/+subscriptions
More information about the kubuntu-bugs
mailing list