Ignore:
Timestamp:
Jul 6, 2011, 8:21:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/docs/htmldocs/manpages/smbclient.1.html

    r429 r599  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbclient</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="smbclient.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>smbclient &#8212; ftp-like client to access SMB/CIFS resources
    2         on servers</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">smbclient</code> [-b &lt;buffer size&gt;] [-d debuglevel] [-e] [-L &lt;netbios name&gt;] [-U username] [-I destinationIP] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-C] [-g] [-i scope] [-O &lt;socket options&gt;] [-p port] [-R &lt;name resolve order&gt;] [-s &lt;smb config file&gt;] [-k] [-P] [-c &lt;command&gt;]</p></div><div class="cmdsynopsis"><p><code class="literal">smbclient</code> {servicename} [password] [-b &lt;buffer size&gt;] [-d debuglevel] [-e] [-D Directory] [-U username] [-W workgroup] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-C] [-g] [-l log-basename] [-I destinationIP] [-E] [-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] [-k]</p></div></div><div class="refsect1" lang="en"><a name="id2483767"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">smbclient</code> is a client that can
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbclient</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="smbclient"><a name="smbclient.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>smbclient &#8212; ftp-like client to access SMB/CIFS resources
     2        on servers</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">smbclient</code> [-b &lt;buffer size&gt;] [-d debuglevel] [-e] [-L &lt;netbios name&gt;] [-U username] [-I destinationIP] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-C] [-g] [-i scope] [-O &lt;socket options&gt;] [-p port] [-R &lt;name resolve order&gt;] [-s &lt;smb config file&gt;] [-k] [-P] [-c &lt;command&gt;]</p></div><div class="cmdsynopsis"><p><code class="literal">smbclient</code> {servicename} [password] [-b &lt;buffer size&gt;] [-d debuglevel] [-e] [-D Directory] [-U username] [-W workgroup] [-M &lt;netbios name&gt;] [-m maxprotocol] [-A authfile] [-N] [-C] [-g] [-l log-basename] [-I destinationIP] [-E] [-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] [-k]</p></div></div><div class="refsect1" title="DESCRIPTION"><a name="id265953"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">smbclient</code> is a client that can
    33        'talk' to an SMB/CIFS server. It offers an interface
    44        similar to that of the ftp program (see <a class="citerefentry" href="ftp.1.html"><span class="citerefentry"><span class="refentrytitle">ftp</span>(1)</span></a>). 
     
    66        to the local machine, putting files from the local machine to
    77        the server, retrieving directory information from the server
    8         and so on. </p></div><div class="refsect1" lang="en"><a name="id2481476"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">servicename</span></dt><dd><p>servicename is the name of the service
     8        and so on. </p></div><div class="refsect1" title="OPTIONS"><a name="id307046"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">servicename</span></dt><dd><p>servicename is the name of the service
    99                you want to use on the server. A service name takes the form
    1010                <code class="filename">//server/service</code> where <em class="parameter"><code>server
     
    4141                host names to IP addresses. The option takes a space-separated
    4242                string of different name resolution options.</p><p>The options are :"lmhosts", "host", "wins" and "bcast". They
    43                 cause names to be resolved as follows:</p><div class="itemizedlist"><ul type="disc"><li><p><code class="constant">lmhosts</code>: Lookup an IP
     43                cause names to be resolved as follows:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><code class="constant">lmhosts</code>: Lookup an IP
    4444                        address in the Samba lmhosts file. If the line in lmhosts has
    4545                        no name type attached to the NetBIOS name (see
    4646                        the <a class="citerefentry" href="lmhosts.5.html"><span class="citerefentry"><span class="refentrytitle">lmhosts</span>(5)</span></a> for details) then
    47                         any name type matches for lookup.</p></li><li><p><code class="constant">host</code>: Do a standard host
     47                        any name type matches for lookup.</p></li><li class="listitem"><p><code class="constant">host</code>: Do a standard host
    4848                        name to IP address resolution, using the system <code class="filename">/etc/hosts
    4949                        </code>, NIS, or DNS lookups. This method of name resolution
     
    5252                        file).  Note that this method is only used if the NetBIOS name
    5353                        type being queried is the 0x20 (server) name type, otherwise
    54                         it is ignored.</p></li><li><p><code class="constant">wins</code>: Query a name with
     54                        it is ignored.</p></li><li class="listitem"><p><code class="constant">wins</code>: Query a name with
    5555                        the IP address listed in the <em class="parameter"><code>wins server</code></em>
    5656                        parameter.  If no WINS server has
    57                         been specified this method will be ignored.</p></li><li><p><code class="constant">bcast</code>: Do a broadcast on
     57                        been specified this method will be ignored.</p></li><li class="listitem"><p><code class="constant">bcast</code>: Do a broadcast on
    5858                        each of the known local interfaces listed in the
    5959                        <em class="parameter"><code>interfaces</code></em>
     
    199199                </code> compatible backups of all the files on an SMB/CIFS
    200200                share. The secondary tar flags that can be given to this option
    201                 are : </p><div class="itemizedlist"><ul type="disc"><li><p><em class="parameter"><code>c</code></em> - Create a tar file on UNIX.
     201                are : </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><em class="parameter"><code>c</code></em> - Create a tar file on UNIX.
    202202                        Must be followed by the name of a tar file, tape device
    203203                        or "-" for standard output. If using standard output you must
    204204                        turn the log level to its lowest value -d0 to avoid corrupting
    205205                        your tar file. This flag is mutually exclusive with the
    206                         <em class="parameter"><code>x</code></em> flag. </p></li><li><p><em class="parameter"><code>x</code></em> - Extract (restore) a local
     206                        <em class="parameter"><code>x</code></em> flag. </p></li><li class="listitem"><p><em class="parameter"><code>x</code></em> - Extract (restore) a local
    207207                        tar file back to a share. Unless the -D option is given, the tar
    208208                        files will be restored from the top level of the share. Must be
     
    211211                        Restored files have their creation times (mtime) set to the
    212212                        date saved in the tar file. Directories currently do not get
    213                         their creation dates restored properly. </p></li><li><p><em class="parameter"><code>I</code></em> - Include files and directories.
     213                        their creation dates restored properly. </p></li><li class="listitem"><p><em class="parameter"><code>I</code></em> - Include files and directories.
    214214                        Is the default behavior when filenames are specified above. Causes
    215215                        files to be included in an extract or create (and therefore
    216216                        everything else to be excluded). See example below.  Filename globbing
    217                         works  in one of two ways.  See <em class="parameter"><code>r</code></em> below. </p></li><li><p><em class="parameter"><code>X</code></em> - Exclude files and directories.
     217                        works  in one of two ways.  See <em class="parameter"><code>r</code></em> below. </p></li><li class="listitem"><p><em class="parameter"><code>X</code></em> - Exclude files and directories.
    218218                        Causes files to be excluded from an extract or create. See
    219219                        example below.  Filename globbing works in one of two ways now.
    220                         See <em class="parameter"><code>r</code></em> below. </p></li><li><p><em class="parameter"><code>F</code></em> - File containing a list of files and directories.
     220                        See <em class="parameter"><code>r</code></em> below. </p></li><li class="listitem"><p><em class="parameter"><code>F</code></em> - File containing a list of files and directories.
    221221                        The <em class="parameter"><code>F</code></em> causes the name following the tarfile to
    222222                        create to be read as a filename that contains a list of files and directories to
     
    224224                        See example below. Filename globbing works in one of two ways.
    225225                        See <em class="parameter"><code>r</code></em> below.
    226                         </p></li><li><p><em class="parameter"><code>b</code></em> - Blocksize. Must be followed
     226                        </p></li><li class="listitem"><p><em class="parameter"><code>b</code></em> - Blocksize. Must be followed
    227227                        by a valid (greater than zero) blocksize.  Causes tar file to be
    228228                        written out in blocksize*TBLOCK (usually 512 byte) blocks.
    229                         </p></li><li><p><em class="parameter"><code>g</code></em> - Incremental. Only back up
     229                        </p></li><li class="listitem"><p><em class="parameter"><code>g</code></em> - Incremental. Only back up
    230230                        files that have the archive bit set. Useful only with the
    231                         <em class="parameter"><code>c</code></em> flag. </p></li><li><p><em class="parameter"><code>q</code></em> - Quiet. Keeps tar from printing
     231                        <em class="parameter"><code>c</code></em> flag. </p></li><li class="listitem"><p><em class="parameter"><code>q</code></em> - Quiet. Keeps tar from printing
    232232                        diagnostics as it works.  This is the same as tarmode quiet.
    233                         </p></li><li><p><em class="parameter"><code>r</code></em> - Regular expression include
     233                        </p></li><li class="listitem"><p><em class="parameter"><code>r</code></em> - Regular expression include
    234234                        or exclude.  Uses regular  expression matching for
    235235                        excluding or excluding files if  compiled with HAVE_REGEX_H.
    236236                        However this mode can be very slow. If  not compiled with
    237237                        HAVE_REGEX_H, does a limited wildcard match on '*' and  '?'.
    238                         </p></li><li><p><em class="parameter"><code>N</code></em> - Newer than. Must be followed
     238                        </p></li><li class="listitem"><p><em class="parameter"><code>N</code></em> - Newer than. Must be followed
    239239                        by the name of a file whose date is compared against files found
    240240                        on the share during a create. Only files newer than the file
    241241                        specified are backed up to the tar file. Useful only with the
    242                         <em class="parameter"><code>c</code></em> flag. </p></li><li><p><em class="parameter"><code>a</code></em> - Set archive bit. Causes the
     242                        <em class="parameter"><code>c</code></em> flag. </p></li><li class="listitem"><p><em class="parameter"><code>a</code></em> - Set archive bit. Causes the
    243243                        archive bit to be reset when a file is backed up. Useful with the
    244244                        <em class="parameter"><code>g</code></em> and <em class="parameter"><code>c</code></em> flags.
     
    265265                commands to be executed instead of prompting from stdin. <em class="parameter"><code>
    266266                -N</code></em> is implied by <em class="parameter"><code>-c</code></em>.</p><p>This is particularly useful in scripts and for printing stdin
    267                 to the server, e.g. <code class="literal">-c 'print -'</code>. </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2533296"></a><h2>OPERATIONS</h2><p>Once the client is running, the user is presented with
     267                to the server, e.g. <code class="literal">-c 'print -'</code>. </p></dd></dl></div></div><div class="refsect1" title="OPERATIONS"><a name="id308240"></a><h2>OPERATIONS</h2><p>Once the client is running, the user is presented with
    268268        a prompt : </p><p><code class="prompt">smb:\&gt; </code></p><p>The backslash ("\\") indicates the current working directory
    269269        on the server, and will change if the current working directory
     
    466466                the given arbitrary number. Without an argument prints out the current
    467467                vuid being used. Used for internal Samba testing purposes.
    468                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2534407"></a><h2>NOTES</h2><p>Some servers are fussy about the case of supplied usernames,
     468                </p></dd></dl></div></div><div class="refsect1" title="NOTES"><a name="id309210"></a><h2>NOTES</h2><p>Some servers are fussy about the case of supplied usernames,
    469469        passwords, share names (AKA service names) and machine names.
    470470        If you fail to connect try giving all parameters in uppercase.
     
    473473        on a valid NetBIOS name being used, so you need to supply a valid
    474474        name that would be known to the server.</p><p>smbclient supports long file names where the server
    475         supports the LANMAN2 protocol or above. </p></div><div class="refsect1" lang="en"><a name="id2534432"></a><h2>ENVIRONMENT VARIABLES</h2><p>The variable <code class="envar">USER</code> may contain the
     475        supports the LANMAN2 protocol or above. </p></div><div class="refsect1" title="ENVIRONMENT VARIABLES"><a name="id309231"></a><h2>ENVIRONMENT VARIABLES</h2><p>The variable <code class="envar">USER</code> may contain the
    476476        username of the person  using the client. This information is
    477477        used only if the protocol  level is high enough to support
     
    483483        to instead of connecting to a server.  This functionality is primarily
    484484        intended as a development aid, and works best when using a LMHOSTS
    485         file</p></div><div class="refsect1" lang="en"><a name="id2534468"></a><h2>INSTALLATION</h2><p>The location of the client program is a matter for
     485        file</p></div><div class="refsect1" title="INSTALLATION"><a name="id309262"></a><h2>INSTALLATION</h2><p>The location of the client program is a matter for
    486486        individual system administrators. The following are thus
    487487        suggestions only. </p><p>It is recommended that the smbclient software be installed
     
    494494        running SMB/CIFS server. It is possible to run <a class="citerefentry" href="smbd.8.html"><span class="citerefentry"><span class="refentrytitle">smbd</span>(8)</span></a> as an ordinary user - running that server as a daemon
    495495        on a user-accessible port (typically any port number over 1024)
    496         would provide a suitable test server. </p></div><div class="refsect1" lang="en"><a name="id2534520"></a><h2>DIAGNOSTICS</h2><p>Most diagnostics issued by the client are logged in a
     496        would provide a suitable test server. </p></div><div class="refsect1" title="DIAGNOSTICS"><a name="id309309"></a><h2>DIAGNOSTICS</h2><p>Most diagnostics issued by the client are logged in a
    497497        specified log file. The log file name is specified at compile time,
    498498        but may be overridden on the command line. </p><p>The number and nature of diagnostics available depends
    499499        on the debug level used by the client. If you have problems,
    500         set the debug level to 3 and peruse the log files. </p></div><div class="refsect1" lang="en"><a name="id2534539"></a><h2>VERSION</h2><p>This man page is correct for version 3.2 of the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id2534550"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
     500        set the debug level to 3 and peruse the log files. </p></div><div class="refsect1" title="VERSION"><a name="id309325"></a><h2>VERSION</h2><p>This man page is correct for version 3.2 of the Samba suite.</p></div><div class="refsect1" title="AUTHOR"><a name="id309335"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
    501501        were created by Andrew Tridgell. Samba is now developed
    502502        by the Samba Team as an Open Source project similar
Note: See TracChangeset for help on using the changeset viewer.