Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
Description
When accessing directories via sftp, the executable bit should be set (for compatibility with linux).
Without it, this causes problems when I use sshfs (a fuse based file system on Linux) to mount the sftp directory as a filesystem. I can't cd into the directories.
See attached patch.