diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-16 16:57:34 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-08-21 19:24:05 +0200 |
commit | 8d0392f9f7973e72a6082d66f81180d19eb0a56f (patch) | |
tree | 569f022c7e5826097127db621aa8aaf76388202a /docs-xml/manpages/smbclient.1.xml | |
parent | f7dc59b3ad293105756433ef52c67e195eb49361 (diff) | |
download | samba-8d0392f9f7973e72a6082d66f81180d19eb0a56f.tar.gz samba-8d0392f9f7973e72a6082d66f81180d19eb0a56f.tar.bz2 samba-8d0392f9f7973e72a6082d66f81180d19eb0a56f.zip |
Add documentation for the new internal command timeout to smbclient.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Aug 21 19:24:06 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages/smbclient.1.xml')
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index 06ca817c94..b9e55e9ea8 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -1072,6 +1072,16 @@ </varlistentry> <varlistentry> + <term>timeout <per-operation timeout in seconds></term> + <listitem><para>This allows the user to tune the default + timeout used for each SMB request. The default setting is + 20 seconds. Increase it if requests to the server sometimes + time out. This can happen when SMB3 encryption is selected + and smbclient is overwhelming the server with requests. + </para></listitem> + </varlistentry> + + <varlistentry> <term>unlock <filenum> <hex-start> <hex-len></term> <listitem><para>This command depends on the server supporting the CIFS UNIX extensions and will fail if the server does not. Tries to unlock a POSIX |