summaryrefslogtreecommitdiff
path: root/docs/htmldocs/smbclient.1.html
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-03 18:10:16 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-03 18:10:16 +0000
commit49cd711d49a321de8eeb9ab3720c1357089059b8 (patch)
tree466a6117d2744d202683fc45d0dac1193c464149 /docs/htmldocs/smbclient.1.html
parentadc594ec2e9cb32fe43af8f3147e2b5c97e42cf6 (diff)
downloadsamba-49cd711d49a321de8eeb9ab3720c1357089059b8.tar.gz
samba-49cd711d49a321de8eeb9ab3720c1357089059b8.tar.bz2
samba-49cd711d49a321de8eeb9ab3720c1357089059b8.zip
Fix links in html versions of manpages
(This used to be commit e0632a7752f123859290140b5fc190fee0da8484)
Diffstat (limited to 'docs/htmldocs/smbclient.1.html')
-rw-r--r--docs/htmldocs/smbclient.1.html148
1 files changed, 90 insertions, 58 deletions
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html
index 4c770f9eb2..1e251c2ca5 100644
--- a/docs/htmldocs/smbclient.1.html
+++ b/docs/htmldocs/smbclient.1.html
@@ -1,10 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>smbclient</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD
+CONTENT="Modular DocBook HTML Stylesheet Version 1.77"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
@@ -15,8 +16,8 @@ ALINK="#0000FF"
><H1
><A
NAME="SMBCLIENT"
->smbclient</A
-></H1
+></A
+>smbclient</H1
><DIV
CLASS="REFNAMEDIV"
><A
@@ -37,7 +38,7 @@ NAME="AEN8"
><B
CLASS="COMMAND"
>smbclient</B
-> {servicename} [password] [-b &#60;buffer size&#62;] [-d debuglevel] [-D Directory] [-U username] [-W workgroup] [-M &#60;netbios name&#62;] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L &#60;netbios name&#62;] [-I destinationIP] [-E &#60;terminal code&#62;] [-c &#60;command string&#62;] [-i scope] [-O &#60;socket options&#62;] [-p port] [-R &#60;name resolve order&#62;] [-s &#60;smb config file&#62;] [-T&#60;c|x&#62;IXFqgbNan]</P
+> {servicename} [password] [-b &lt;buffer size&gt;] [-d debuglevel] [-D Directory] [-U username] [-W workgroup] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-l logfile] [-L &lt;netbios name&gt;] [-I destinationIP] [-E &lt;terminal code&gt;] [-c &lt;command string&gt;] [-i scope] [-O &lt;socket options&gt;] [-p port] [-R &lt;name resolve order&gt;] [-s &lt;smb config file&gt;] [-T&lt;c|x&gt;IXFqgbNan]</P
></DIV
><DIV
CLASS="REFSECT1"
@@ -195,7 +196,7 @@ CLASS="FILENAME"
options. </P
></DD
><DT
->-R &#60;name resolve order&#62;</DT
+>-R &lt;name resolve order&gt;</DT
><DD
><P
>This option is used by the programs in the Samba
@@ -348,8 +349,12 @@ CLASS="FILENAME"
> for a description of how to handle incoming
WinPopup messages in Samba. </P
><P
-><EM
->Note</EM
+><SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>Note</I
+></SPAN
>: Copy WinPopup into the startup group
on your WfWg PCs if you want them to always be able to receive
messages. </P
@@ -368,8 +373,12 @@ CLASS="FILENAME"
CLASS="FILENAME"
>rfc1002.txt</TT
>.
- NetBIOS scopes are <EM
->very</EM
+ NetBIOS scopes are <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>very</I
+></SPAN
> rarely used, only set
this parameter if you are the system administrator in charge of all
the NetBIOS systems you communicate with. </P
@@ -426,12 +435,20 @@ CLASS="REPLACEABLE"
><I
>debuglevel</I
></TT
-> is set to the letter 'A', then <EM
+> is set to the letter 'A', then <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
>all
- </EM
+ </I
+></SPAN
> debug messages will be printed. This setting
- is for developers only (and people who <EM
->really</EM
+ is for developers only (and people who <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>really</I
+></SPAN
> want
to know how the code works internally). </P
><P
@@ -593,21 +610,12 @@ CLASS="COMMAND"
password used in the connection. The format of the file is
</P
><P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="90%"
-><TR
-><TD
><PRE
CLASS="PROGRAMLISTING"
->username = &#60;value&#62;
-password = &#60;value&#62;
-domain = &#60;value&#62;
+>username = &lt;value&gt;
+password = &lt;value&gt;
+domain = &lt;value&gt;
</PRE
-></TD
-></TR
-></TABLE
></P
><P
>If the domain parameter is missing the current workgroup name
@@ -643,10 +651,18 @@ CLASS="COMMAND"
> how to interpret
filenames coming from the remote server. Usually Asian language
multibyte UNIX implementations use different character sets than
- SMB/CIFS servers (<EM
->EUC</EM
-> instead of <EM
-> SJIS</EM
+ SMB/CIFS servers (<SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>EUC</I
+></SPAN
+> instead of <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+> SJIS</I
+></SPAN
> for example). Setting this parameter will let
<B
CLASS="COMMAND"
@@ -860,8 +876,12 @@ CLASS="PARAMETER"
></LI
></UL
><P
-><EM
->Tar Long File Names</EM
+><SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>Tar Long File Names</I
+></SPAN
></P
><P
><B
@@ -877,16 +897,24 @@ CLASS="COMMAND"
files in the archive with relative names, not absolute names.
</P
><P
-><EM
->Tar Filenames</EM
+><SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>Tar Filenames</I
+></SPAN
></P
><P
>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). </P
><P
-><EM
->Examples</EM
+><SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>Examples</I
+></SPAN
></P
><P
>Restore from tar file <TT
@@ -988,7 +1016,7 @@ NAME="AEN310"
><P
><TT
CLASS="PROMPT"
->smb:\&#62; </TT
+>smb:\&gt; </TT
></P
><P
>The backslash ("\") indicates the current working directory
@@ -1008,7 +1036,7 @@ CLASS="PROMPT"
><P
>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., "&#60;parameter&#62;") are required.
+ shown in angle brackets (e.g., "&lt;parameter&gt;") are required.
</P
><P
>Note that all commands operating on the server are actually
@@ -1099,7 +1127,7 @@ CLASS="REPLACEABLE"
directory on the server will be reported. </P
></DD
><DT
->del &#60;mask&#62;</DT
+>del &lt;mask&gt;</DT
><DD
><P
>The client will request that the server attempt
@@ -1112,7 +1140,7 @@ CLASS="REPLACEABLE"
directory on the server. </P
></DD
><DT
->dir &#60;mask&#62;</DT
+>dir &lt;mask&gt;</DT
><DD
><P
>A list of the files matching <TT
@@ -1132,7 +1160,7 @@ CLASS="REPLACEABLE"
from the program. </P
></DD
><DT
->get &#60;remote file name&#62; [local file name]</DT
+>get &lt;remote file name&gt; [local file name]</DT
><DD
><P
>Copy the file called <TT
@@ -1197,13 +1225,13 @@ CLASS="REPLACEABLE"
lowercase filenames are the norm on UNIX systems. </P
></DD
><DT
->ls &#60;mask&#62;</DT
+>ls &lt;mask&gt;</DT
><DD
><P
>See the dir command above. </P
></DD
><DT
->mask &#60;mask&#62;</DT
+>mask &lt;mask&gt;</DT
><DD
><P
>This command allows the user to set up a mask
@@ -1229,13 +1257,13 @@ CLASS="REPLACEABLE"
mask back to "*" after using the mget or mput commands. </P
></DD
><DT
->md &#60;directory name&#62;</DT
+>md &lt;directory name&gt;</DT
><DD
><P
>See the mkdir command. </P
></DD
><DT
->mget &#60;mask&#62;</DT
+>mget &lt;mask&gt;</DT
><DD
><P
>Copy all files matching <TT
@@ -1260,14 +1288,14 @@ CLASS="COMMAND"
> are binary. See also the lowercase command. </P
></DD
><DT
->mkdir &#60;directory name&#62;</DT
+>mkdir &lt;directory name&gt;</DT
><DD
><P
>Create a new directory on the server (user access
privileges permitting) with the specified name. </P
></DD
><DT
->mput &#60;mask&#62;</DT
+>mput &lt;mask&gt;</DT
><DD
><P
>Copy all files matching <TT
@@ -1293,7 +1321,7 @@ CLASS="COMMAND"
are binary. </P
></DD
><DT
->print &#60;file name&#62;</DT
+>print &lt;file name&gt;</DT
><DD
><P
>Print the specified file from the local machine
@@ -1302,7 +1330,7 @@ CLASS="COMMAND"
>See also the printmode command.</P
></DD
><DT
->printmode &#60;graphics or text&#62;</DT
+>printmode &lt;graphics or text&gt;</DT
><DD
><P
>Set the print mode to suit either binary data
@@ -1322,7 +1350,7 @@ CLASS="COMMAND"
</P
></DD
><DT
->put &#60;local file name&#62; [remote file name]</DT
+>put &lt;local file name&gt; [remote file name]</DT
><DD
><P
>Copy the file called <TT
@@ -1354,7 +1382,7 @@ CLASS="COMMAND"
>See the exit command. </P
></DD
><DT
->rd &#60;directory name&#62;</DT
+>rd &lt;directory name&gt;</DT
><DD
><P
>See the rmdir command. </P
@@ -1379,7 +1407,7 @@ CLASS="COMMAND"
using the mask command will be ignored. </P
></DD
><DT
->rm &#60;mask&#62;</DT
+>rm &lt;mask&gt;</DT
><DD
><P
>Remove all files matching <TT
@@ -1391,14 +1419,14 @@ CLASS="REPLACEABLE"
working directory on the server. </P
></DD
><DT
->rmdir &#60;directory name&#62;</DT
+>rmdir &lt;directory name&gt;</DT
><DD
><P
>Remove the specified directory (user access
privileges permitting) from the server. </P
></DD
><DT
->setmode &#60;filename&#62; &#60;perm=[+|\-]rsha&#62;</DT
+>setmode &lt;filename&gt; &lt;perm=[+|\-]rsha&gt;</DT
><DD
><P
>A version of the DOS attrib command to set
@@ -1423,7 +1451,7 @@ CLASS="COMMAND"
</P
></DD
><DT
->tar &#60;c|x&#62;[IXbgNa]</DT
+>tar &lt;c|x&gt;[IXbgNa]</DT
><DD
><P
>Performs a tar operation - see the <TT
@@ -1439,7 +1467,7 @@ CLASS="PARAMETER"
</P
></DD
><DT
->blocksize &#60;blocksize&#62;</DT
+>blocksize &lt;blocksize&gt;</DT
><DD
><P
>Blocksize. Must be followed by a valid (greater
@@ -1452,7 +1480,7 @@ CLASS="REPLACEABLE"
>*TBLOCK (usually 512 byte) blocks. </P
></DD
><DT
->tarmode &#60;full|inc|reset|noreset&#62;</DT
+>tarmode &lt;full|inc|reset|noreset&gt;</DT
><DD
><P
>Changes tar's behavior with regard to archive
@@ -1540,8 +1568,12 @@ CLASS="FILENAME"
> /usr/samba/bin/</TT
> directory, this directory readable
by all, writeable only by root. The client program itself should
- be executable by all. The client should <EM
->NOT</EM
+ be executable by all. The client should <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>NOT</I
+></SPAN
> be
setuid or setgid! </P
><P