From 5ba00cf7aaa2bce2a15c7a60e379bb227363fe8e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:57:34 -0700 Subject: [PATCH] Add documentation for the new internal command timeout to smbclient. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Wed Aug 21 19:24:06 CEST 2013 on sn-devel-104 (cherry picked from commit 8d0392f9f7973e72a6082d66f81180d19eb0a56f) --- docs-xml/manpages/smbclient.1.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index f71e516b473..425cc4b3edc 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -1072,6 +1072,16 @@ + timeout <per-operation timeout in seconds> + 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. + + + + unlock <filenum> <hex-start> <hex-len> This command depends on the server supporting the CIFS UNIX extensions and will fail if the server does not. Tries to unlock a POSIX -- 2.11.4.GIT