https://bugs.kde.org/show_bug.cgi?id=471972
--- Comment #2 from regime_unsold...@simplelogin.com ---
(In reply to Harald Sitter from comment #1)
> When the client asks for a given permissions set we need to try to apply
> that set in kio-sftp. Moving bug to dolphin, though I'm almost sure it tries
> to forward the permissions the local file has, so that too may be working as
> intended.

Isn't that already done by this line?
https://github.com/KDE/kio-extras/blob/master/sftp/kio_sftp.cpp#L1458

To my best knowledge, sftp-server preserves the mode requested by the client
(unless the -m switch is present, which is why it was implemented) without the
need of an additional chmod.

>From what I can tell, Dolphin passes the local permissions to kio core, which
passes them to kio sftp, all of which assume that file permissions should be
preserved.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to