https://bugs.kde.org/show_bug.cgi?id=480644

--- Comment #4 from Fabian Vogt <fab...@ritter-vogt.de> ---
> Maybe, this happens because of the bug, mentioned in TODO:
> "Bugfixes:
> - Check whether write access works before writing into the cache:
>   Currently write access it not explicitly checked at all, possibly leading 
> to data loss"

That shouldn't happen with sftp, which supports direct read/write and thus the
file based cache isn't used.

That the folder needs write permissions implies that it wants to create a new
file, probably for the create, write, rename dance. Creation and rename do
perform proper access checks though in any case, as would f(data)sync.

Please try with "kio-fuse -d" (you might have to kill the running one first)
and maybe even strace on sublime text.

My guess is that the create/write/rename dance is used, but the write for some
reason doesn't happen successfully. That requires that creation was successful
though, which contradicts missing write permissions on the containing folder.

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

Reply via email to