From 8d0392f9f7973e72a6082d66f81180d19eb0a56f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:57:34 -0700 Subject: 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 --- docs-xml/manpages/smbclient.1.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs-xml') 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 @@ -1071,6 +1071,16 @@ read/write share). + + 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 -- cgit