From fb174704ddbaa086ed801cfbb5c8326d28140a92 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 9 Jun 2018 03:28:55 -0700 Subject: 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. --- sshfs.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sshfs.rst') 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: -- cgit v1.2.3