From c8af938a0a7ec15c38076fc11d164f55737318f1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Apr 2001 19:09:42 +0000 Subject: syncing up changes in 2.2 (This used to be commit ffbbe67dbfde7f7ce4bb70becfc696c395dbf6b2) --- docs/htmldocs/smbclient.1.html | 109 ++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 55 deletions(-) (limited to 'docs/htmldocs/smbclient.1.html') diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html index f9cc6085d8..8232906680 100644 --- a/docs/htmldocs/smbclient.1.html +++ b/docs/htmldocs/smbclient.1.html @@ -37,7 +37,7 @@ NAME="AEN8" >smbclient {servicename} [password] [-b <buffer size>] [-d debuglevel] [-D Directory] [-S server] [-U username] [-W workgroup] [-M <netbios name>] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L <netbios name>] [-I destinationIP] [-E <terminal code>] [-c <command string>] [-i scope] [-O <socket options>] [-p port] [-R <name resolve order>] [-s <smb config file>] [-T<c|x>IXFqgbNan]

{servicename} [password] [-b <buffer size>] [-d debuglevel] [-D Directory] [-S server] [-U username] [-W workgroup] [-M <netbios name>] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L <netbios name>] [-I destinationIP] [-E <terminal code>] [-c <command string>] [-i scope] [-O <socket options>] [-p port] [-R <name resolve order>] [-s <smb config file>] [-T<c|x>IXFqgbNan]

-R <name resolve order>
-R <name resolve order>

This option is used by the programs in the Samba @@ -339,9 +339,8 @@ CLASS="FILENAME" > for a description of how to handle incoming WinPopup messages in Samba.

NoteNote: Copy WinPopup into the startup group on your WfWg PCs if you want them to always be able to receive messages.

This specifies a NetBIOS scope that smbclient will use to communicate with when generating NetBIOS names. For details on the use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. - NetBIOS scopes are veryvery rarely used, only set this parameter if you are the system administrator in charge of all the NetBIOS systems you communicate with.

all - debug messages will be printed. This setting - is for developers only (and people who reallyreally want to know how the code works internally).

username = <value> 
-password = <value>
+>username = <value> 
+password = <value>
 		

Make certain that the permissions on the file restrict @@ -597,12 +602,10 @@ CLASS="PARAMETER" >This option tells smbclient how to interpret filenames coming from the remote server. Usually Asian language multibyte UNIX implementations use different character sets than - SMB/CIFS servers (EUC instead of SJISEUC instead of SJIS for example). Setting this parameter will let

Tar Long File NamesTar Long File Names

Tar FilenamesTar Filenames

All file names can be given as DOS path names (with '\' as the component separator) or as UNIX path names (with '/' as the component separator).

ExamplesExamples

Restore from tar file backup.tar into myshare on mypc @@ -941,7 +941,7 @@ NAME="AEN297" >

smb:\> smb:\>

The backslash ("\") indicates the current working directory @@ -961,7 +961,7 @@ CLASS="PROMPT" >

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

Note that all commands operating on the server are actually @@ -1006,7 +1006,7 @@ CLASS="VARIABLELIST" directory on the server will be reported.

del <mask>
del <mask>

The client will request that the server attempt @@ -1014,7 +1014,7 @@ CLASS="VARIABLELIST" directory on the server.

dir <mask>
dir <mask>

A list of the files matching "mask" in the current @@ -1029,7 +1029,7 @@ CLASS="VARIABLELIST" from the program.

get <remote file name> [local file name]
get <remote file name> [local file name]

Copy the file called "remote file name" from @@ -1073,13 +1073,13 @@ CLASS="COMMAND" lowercase filenames are the norm on UNIX systems.

ls <mask>
ls <mask>

See the dir command above.

mask <mask>
mask <mask>

This command allows the user to set up a mask @@ -1105,13 +1105,13 @@ CLASS="COMMAND" mask back to "*" after using the mget or mput commands.

md <directory name>
md <directory name>

See the mkdir command.

mget <mask>
mget <mask>

Copy all files matching mask from the server to @@ -1123,14 +1123,14 @@ CLASS="COMMAND" smbclient are binary. See also the lowercase command.

mkdir <directory name>
mkdir <directory name>

Create a new directory on the server (user access privileges permitting) with the specified name.

mput <mask>
mput <mask>

Copy all files matching mask in the current working @@ -1143,7 +1143,7 @@ CLASS="COMMAND" are binary.

print <file name>
print <file name>

Print the specified file from the local machine @@ -1152,7 +1152,7 @@ CLASS="COMMAND" >See also the printmode command.

printmode <graphics or text>
printmode <graphics or text>

Set the print mode to suit either binary data @@ -1172,7 +1172,7 @@ CLASS="COMMAND"

put <local file name> [remote file name]
put <local file name> [remote file name]

Copy the file called "local file name" from the @@ -1195,7 +1195,7 @@ CLASS="COMMAND" >See the exit command.

rd <directory name>
rd <directory name>

See the rmdir command.

rm <mask>
rm <mask>

Remove all files matching mask from the current working directory on the server.

rmdir <directory name>
rmdir <directory name>

Remove the specified directory (user access privileges permitting) from the server.

tar <c|x>[IXbgNa]
tar <c|x>[IXbgNa]

Performs a tar operation - see the

blocksize <blocksize>
blocksize <blocksize>

Blocksize. Must be followed by a valid (greater @@ -1258,7 +1258,7 @@ CLASS="PARAMETER" blocksize*TBLOCK (usually 512 byte) blocks.

tarmode <full|inc|reset|noreset>
tarmode <full|inc|reset|noreset>

Changes tar's behavior with regard to archive @@ -1269,7 +1269,7 @@ CLASS="PARAMETER" read/write share).

setmode <filename> <perm=[+|\-]rsha>
setmode <filename> <perm=[+|\-]rsha>

A version of the DOS attrib command to set @@ -1355,9 +1355,8 @@ CLASS="FILENAME" > /usr/samba/bin/ directory, this directory readable by all, writeable only by root. The client program itself should - be executable by all. The client should NOTNOT be setuid or setgid!