source: branches/samba-3.2.x/docs/manpages/smbgetrc.5@ 205

Last change on this file since 205 was 205, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 branch to 3.2.5

File size: 2.3 KB
Line 
1.\" Title: smbgetrc
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 11/20/2008
5.\" Manual: File Formats and Conventions
6.\" Source: Samba 3.2
7.\"
8.TH "SMBGETRC" "5" "11/20/2008" "Samba 3\.2" "File Formats and Conventions"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14smbgetrc - configuration file for smbget
15.SH "SYNOPSIS"
16.PP
17\fIsmbgetrc\fR
18.SH "DESCRIPTION"
19.PP
20This manual page documents the format and options of the
21\fIsmbgetrc\fR
22file\. This is the configuration file used by the
23\fBsmbget\fR(1)
24utility\. The file contains of key\-value pairs, one pair on each line\. The key and value should be separated by a space\.
25.PP
26By default, smbget reads its configuration from
27\fI$HOME/\.smbgetrc\fR, though other locations can be specified using the command\-line options\.
28.SH "OPTIONS"
29.PP
30The following keys can be set:
31.PP
32resume on|off
33.RS 4
34Whether aborted downloads should be automatically resumed\.
35.RE
36.PP
37recursive on|off
38.RS 4
39Whether directories should be downloaded recursively
40.RE
41.PP
42username \fIname\fR
43.RS 4
44Username to use when logging in to the remote server\. Use an empty string for anonymous access\.
45.RE
46.PP
47password \fIpass\fR
48.RS 4
49Password to use when logging in\.
50.RE
51.PP
52workgroup \fIwg\fR
53.RS 4
54Workgroup to use when logging in
55.RE
56.PP
57nonprompt on|off
58.RS 4
59Turns off asking for username and password\. Useful for scripts\.
60.RE
61.PP
62debuglevel \fIint\fR
63.RS 4
64(Samba) debuglevel to run at\. Useful for tracking down protocol level problems\.
65.RE
66.PP
67dots on|off
68.RS 4
69Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\.
70.RE
71.PP
72blocksize \fIint\fR
73.RS 4
74Number of bytes to put in a block\.
75.RE
76.SH "VERSION"
77.PP
78This man page is correct for version 3 of the Samba suite\.
79.SH "SEE ALSO"
80.PP
81\fBsmbget\fR(1)
82and
83\fBSamba\fR(7)\.
84.SH "AUTHOR"
85.PP
86The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
87.PP
88This manual page was written by Jelmer Vernooij
Note: See TracBrowser for help on using the repository browser.