From 3bb3f2d0ce1165d0cac683f507d838d20c8c743b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 14 Nov 1998 03:01:40 +0000 Subject: Update for 2.0beta1. Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5) --- docs/htmldocs/smbclient.1.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/htmldocs/smbclient.1.html') diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html index 8e480a2bea..533066c500 100644 --- a/docs/htmldocs/smbclient.1.html +++ b/docs/htmldocs/smbclient.1.html @@ -3,7 +3,7 @@ -smbclient +smbclient (1) @@ -11,7 +11,7 @@
-

smbclient

+

smbclient (1)

Samba

23 Oct 1998

@@ -105,7 +105,7 @@ methods as it depends on the target host being on a locally connected subnet. To specify a particular broadcast address the -B option may be used.


-


If this parameter is not set then the name resolver order defined +


If this parameter is not set then the name resolve order defined in the smb.conf file parameter (name resolve order) will be used. @@ -219,7 +219,7 @@ that it must be a valid NetBIOS name. the environment variable USER or LOGNAME in that order. If no username is supplied and neither environment variable exists the username "GUEST" will be used. -


If the USER environment variable containts a '%' character, +


If the USER environment variable contains a '%' character, everything after that will be treated as a password. This allows you to set the environment variable to be USER=username%password so that a password is not passed on the command line (where it may be @@ -269,7 +269,7 @@ tested and may have some problems. Samba source code for the complete list.


  • -m max protocol level With the new code in Samba2.0, -smbclient allways attempts to connect at the maximum +smbclient always attempts to connect at the maximum protocols level the server supports. This parameter is preserved for backwards compatibility, but any string following the -m will be ignored. @@ -291,11 +291,11 @@ share. The secondary tar flags that can be given to this option are : share. Unless the -D option is given, the tar files will be restored from the top level of the share. Must be followed by the name of the tar file, device or "-" for standard input. Mutually exclusive - with the c flag. Restored files have theuir creation times (mtime) + with the c flag. Restored files have their creation times (mtime) set to the date saved in the tar file. Directories currently do not get their creation dates restored properly.


  • I Include files and directories. Is the default - behaviour when filenames are specified above. Causes tar files to + behavior when filenames are specified above. Causes tar files to be included in an extract or create (and therefore everything else to be excluded). See example below. Filename globbing does not work for included files for extractions (yet). @@ -364,12 +364,12 @@ commands are case-insensitive. Parameters to commands may or may not be case sensitive, depending on the command.


    You can specify file names which have spaces in them by quoting the name with double quotes, for example "a long file name". -


    Parameters shown in square brackets (eg., "[parameter]") are +


    Parameters shown in square brackets (e.g., "[parameter]") are optional. If not given, the command will use suitable -defaults. Parameters shown in angle brackets (eg., "<parameter>") are +defaults. Parameters shown in angle brackets (e.g., "<parameter>") are required.


    Note that all commands operating on the server are actually performed -by issuing a request to the server. Thus the behaviour may vary from +by issuing a request to the server. Thus the behavior may vary from server to server, depending on how the server was implemented.


    The commands available are given here in alphabetical order.