From f7dc59b3ad293105756433ef52c67e195eb49361 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Aug 2013 16:56:22 -0700 Subject: Add documentation for the new -t parameter in smbclient. Signed-off-by: Jeremy Allison Reviewed-by: Michael Adam --- docs-xml/manpages/smbclient.1.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index c3fe1d7e65..06ca817c94 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -37,6 +37,7 @@ -p port -R <name resolve order> -s <smb config file> + -t <per-operation timeout in seconds> -k -P -c <command> @@ -67,6 +68,7 @@ -p port -R <name resolve order> -s <smb config file> + -t <per-operation timeout in seconds> -T<c|x>IXFqgbNan -k @@ -347,6 +349,18 @@ &popt.common.credentials; &popt.common.connection; + + -t|--timeout <timeout-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. + This can also be set using the timeout + command inside smbclient. + + + -T|--tar tar options smbclient may be used to create tar(1) -- cgit