1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbgetrc</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="smbgetrc.5"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>smbgetrc — configuration file for smbget</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><p><code class="filename">smbgetrc</code></p></div><div class="refsect1" lang="en"><a name="id2522906"></a><h2>DESCRIPTION</h2><p>
|
---|
2 | This manual page documents the format and options of the <span class="emphasis"><em>smbgetrc</em></span>
|
---|
3 | file. This is the configuration file used by the <a class="citerefentry" href="smbget.1.html"><span class="citerefentry"><span class="refentrytitle">smbget</span>(1)</span></a>
|
---|
4 | utility. The file contains of key-value pairs, one pair on each line. The key
|
---|
5 | and value should be separated by a space.
|
---|
6 | </p><p>By default, smbget reads its configuration from <span class="emphasis"><em>$HOME/.smbgetrc</em></span>, though
|
---|
7 | other locations can be specified using the command-line options.</p></div><div class="refsect1" lang="en"><a name="id2522940"></a><h2>OPTIONS</h2><p>
|
---|
8 | The following keys can be set:
|
---|
9 | </p><div class="variablelist"><dl><dt><span class="term">resume on|off</span></dt><dd><p>
|
---|
10 | Whether aborted downloads should be automatically resumed.
|
---|
11 | </p></dd><dt><span class="term">recursive on|off</span></dt><dd><p>Whether directories should be downloaded recursively</p></dd><dt><span class="term">username <em class="replaceable"><code>name</code></em></span></dt><dd><p>Username to use when logging in to the remote server. Use an empty string for anonymous access.
|
---|
12 | </p></dd><dt><span class="term">password <em class="replaceable"><code>pass</code></em></span></dt><dd><p>Password to use when logging in.</p></dd><dt><span class="term">workgroup <em class="replaceable"><code>wg</code></em></span></dt><dd><p>Workgroup to use when logging in</p></dd><dt><span class="term">nonprompt on|off</span></dt><dd><p>Turns off asking for username and password. Useful for scripts.</p></dd><dt><span class="term">debuglevel <em class="replaceable"><code>int</code></em></span></dt><dd><p>(Samba) debuglevel to run at. Useful for tracking down protocol level problems.</p></dd><dt><span class="term">dots on|off</span></dt><dd><p>Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator.</p></dd><dt><span class="term">blocksize <em class="replaceable"><code>int</code></em></span></dt><dd><p>Number of bytes to put in a block. </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483553"></a><h2>VERSION</h2><p>This man page is correct for version 3 of
|
---|
13 | the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id2483564"></a><h2>SEE ALSO</h2><p><a class="citerefentry" href="smbget.1.html"><span class="citerefentry"><span class="refentrytitle">smbget</span>(1)</span></a> and <a class="citerefentry" href="Samba.7.html"><span class="citerefentry"><span class="refentrytitle">Samba</span>(7)</span></a>.
|
---|
14 | </p></div><div class="refsect1" lang="en"><a name="id2483589"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
|
---|
15 | were created by Andrew Tridgell. Samba is now developed
|
---|
16 | by the Samba Team as an Open Source project similar
|
---|
17 | to the way the Linux kernel is developed.</p><p>This manual page was written by Jelmer Vernooij</p></div></div></body></html>
|
---|