diff options
author | Josh Triplett <josh@joshtriplett.org> | 2018-06-09 03:28:55 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-06-09 11:28:55 +0100 |
commit | fb174704ddbaa086ed801cfbb5c8326d28140a92 (patch) | |
tree | 9d256ada9743051239715f43e1893c9fdd278f1b /sshfs.rst | |
parent | 39663c8288f97306589f169a969e4610fd5c7d91 (diff) | |
download | sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar.gz sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar.bz2 sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.zip |
Add workaround to always pass a 0 mode when creating a file (#128)
Add workaround to always pass a 0 mode when creating a file
This works around servers that produce an error for any non-zero mode.
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ Options :fstat: Work around broken servers that don't support *fstat()* by using *stat* instead. :buflimit: Work around OpenSSH "buffer fillup" bug. + :createmode: Work around broken servers that produce an error when passing a + non-zero mode to create, by always passing a mode of 0. -o idmap=TYPE How to map remote UID/GIDs to local values. Possible values are: |