aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.rst')
-rw-r--r--sshfs.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sshfs.rst b/sshfs.rst
index e3222f1..0fe84f2 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -218,6 +218,14 @@ Options
for example if the file size is not known in advance (before reading it).
e.g. /proc filesystem
+-o max_conns=N
+ sets the maximum number of simultaneous SSH connections
+ to use. Each connection is established with a separate SSH process.
+ The primary purpose of this feature is to improve the responsiveness of the
+ file system during large file transfers. When using more than once
+ connection, the *password_stdin* and *slave* options can not be
+ used, and the *buflimit* workaround is not supported/
+
In addition, SSHFS accepts several options common to all FUSE file
systems. These are described in the `mount.fuse` manpage (look
for "general", "libfuse specific", and "high-level API" options).