Ignore:
Timestamp:
Jun 24, 2009, 5:09:21 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to 3.0.35

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/htmldocs/manpages/smbclient.1.html

    r158 r286  
    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.73.2"></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] [-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] [-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="id258316"></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.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] [-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] [-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="id2483769"></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="id258352"></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" lang="en"><a name="id2483808"></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
     
    8686                when making connections to the server. The standard (well-known)
    8787                TCP port number for an SMB/CIFS server is 139, which is the
    88                 default. </p></dd><dt><span class="term">-P</span></dt><dd><p>
     88                default. </p></dd><dt><span class="term">-g</span></dt><dd><p>This parameter provides combined with
     89                <em class="parameter"><code>-L</code></em> easy parseable output        that allows processing
     90                with utilities such as grep and cut.
     91                </p></dd><dt><span class="term">-P</span></dt><dd><p>
    8992                Make queries to the external server using the machine account of the local server.
    9093                </p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options.
    91 </p></dd><dt><span class="term">-I IP-address</span></dt><dd><p><em class="replaceable"><code>IP address</code></em> is the address of the server to connect to. 
     94</p></dd><dt><span class="term">-I IP-address</span></dt><dd><p><em class="replaceable"><code>IP address</code></em> is the address of the server to connect to.
    9295                It should be specified in standard "a.b.c.d" notation. </p><p>Normally the client would attempt to locate a named
    9396                SMB/CIFS server by looking it up via the NetBIOS name resolution
     
    138141use only by developers and generate HUGE amounts of log
    139142data, most of which is extremely cryptic.</p><p>Note that specifying this parameter here will
    140 override the <a class="link" href="smb.conf.5.html#LOGLEVEL">log level</a> parameter
     143override the <a class="link" href="smb.conf.5.html#LOGLEVEL" target="_top">log level</a> parameter
    141144in the <code class="filename">smb.conf</code> file.</p></dd><dt><span class="term">-V</span></dt><dd><p>Prints the program version number.
    142145</p></dd><dt><span class="term">-s &lt;configuration file&gt;</span></dt><dd><p>The file specified contains the
     
    183186it in directly. </p></dd><dt><span class="term">-n &lt;primary NetBIOS name&gt;</span></dt><dd><p>This option allows you to override
    184187the NetBIOS name that Samba uses for itself. This is identical
    185 to setting the <a class="link" href="smb.conf.5.html#NETBIOSNAME">netbios name</a> parameter in the <code class="filename">smb.conf</code> file.
     188to setting the <a class="link" href="smb.conf.5.html#NETBIOSNAME" target="_top">netbios name</a> parameter in the <code class="filename">smb.conf</code> file.
    186189However, a command
    187190line setting will take precedence over settings in
     
    268271                commands to be executed instead of prompting from stdin. <em class="parameter"><code>
    269272                -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
    270                 to the server, e.g. <code class="literal">-c 'print -'</code>. </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id300920"></a><h2>OPERATIONS</h2><p>Once the client is running, the user is presented with
     273                to the server, e.g. <code class="literal">-c 'print -'</code>. </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2533319"></a><h2>OPERATIONS</h2><p>Once the client is running, the user is presented with
    271274        a prompt : </p><p><code class="prompt">smb:\&gt; </code></p><p>The backslash ("\\") indicates the current working directory
    272275        on the server, and will change if the current working directory
     
    464467                the given arbitrary number. Without an argument prints out the current
    465468                vuid being used. Used for internal Samba testing purposes.
    466                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id301857"></a><h2>NOTES</h2><p>Some servers are fussy about the case of supplied usernames,
     469                </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2534390"></a><h2>NOTES</h2><p>Some servers are fussy about the case of supplied usernames,
    467470        passwords, share names (AKA service names) and machine names.
    468471        If you fail to connect try giving all parameters in uppercase.
     
    471474        on a valid NetBIOS name being used, so you need to supply a valid
    472475        name that would be known to the server.</p><p>smbclient supports long file names where the server
    473         supports the LANMAN2 protocol or above. </p></div><div class="refsect1" lang="en"><a name="id301877"></a><h2>ENVIRONMENT VARIABLES</h2><p>The variable <code class="envar">USER</code> may contain the
     476        supports the LANMAN2 protocol or above. </p></div><div class="refsect1" lang="en"><a name="id2534415"></a><h2>ENVIRONMENT VARIABLES</h2><p>The variable <code class="envar">USER</code> may contain the
    474477        username of the person  using the client. This information is
    475478        used only if the protocol  level is high enough to support
     
    481484        to instead of connecting to a server.  This functionality is primarily
    482485        intended as a development aid, and works best when using a LMHOSTS
    483         file</p></div><div class="refsect1" lang="en"><a name="id301908"></a><h2>INSTALLATION</h2><p>The location of the client program is a matter for
     486        file</p></div><div class="refsect1" lang="en"><a name="id2534451"></a><h2>INSTALLATION</h2><p>The location of the client program is a matter for
    484487        individual system administrators. The following are thus
    485488        suggestions only. </p><p>It is recommended that the smbclient software be installed
     
    492495        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
    493496        on a user-accessible port (typically any port number over 1024)
    494         would provide a suitable test server. </p></div><div class="refsect1" lang="en"><a name="id301955"></a><h2>DIAGNOSTICS</h2><p>Most diagnostics issued by the client are logged in a
     497        would provide a suitable test server. </p></div><div class="refsect1" lang="en"><a name="id2534503"></a><h2>DIAGNOSTICS</h2><p>Most diagnostics issued by the client are logged in a
    495498        specified log file. The log file name is specified at compile time,
    496499        but may be overridden on the command line. </p><p>The number and nature of diagnostics available depends
    497500        on the debug level used by the client. If you have problems,
    498         set the debug level to 3 and peruse the log files. </p></div><div class="refsect1" lang="en"><a name="id301971"></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="id301982"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
     501        set the debug level to 3 and peruse the log files. </p></div><div class="refsect1" lang="en"><a name="id2534522"></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="id2534533"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
    499502        were created by Andrew Tridgell. Samba is now developed
    500503        by the Samba Team as an Open Source project similar
Note: See TracChangeset for help on using the changeset viewer.