Summary: | sftp forces 600 permissions for new files | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Chani <chanika> |
Component: | sftp | Assignee: | Andreas Schneider <asn> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Chani
2010-07-19 20:24:00 UTC
SVN commit 1152597 by anschneider: kio_sftp: Change initial mode to 0644. BUG: 245169 M +1 -1 kio_sftp.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1152597 thanks :) ...although, someday it ought to respect umask or something, right? The server has to respect the umask if you're talking about the remote side. If you're talking about your client and local files then it is a bug in KIO file slave. |