aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2018-06-09 03:28:55 -0700
committerNikolaus Rath <Nikolaus@rath.org>2018-06-09 11:28:55 +0100
commitfb174704ddbaa086ed801cfbb5c8326d28140a92 (patch)
tree9d256ada9743051239715f43e1893c9fdd278f1b /sshfs.rst
parent39663c8288f97306589f169a969e4610fd5c7d91 (diff)
downloadsshfs-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.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshfs.rst b/sshfs.rst
index d91a99c..8d17fc5 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -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: