Version: SVN (using Devel) OS: Linux when I save from ksnapshot to my webspace, it used to work just fine. now it sets the screenshot's permissions to 600 - not very useful to a web server ;) I keep forgetting and sending people 403'd links :/ Reproducible: Always Steps to Reproduce: I tested with dolphin, and this is only with sftp and new files - it can correctly copy the permissions of existing files, and ksnapshot uses correct permissions locally.
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.