source: branches/samba-3.0/docs/manpages/smbgetrc.5@ 104

Last change on this file since 104 was 39, checked in by Paul Smedley, 18 years ago

Upgrade source to 3.0.25a

File size: 2.2 KB
Line 
1.\"Generated by db2man.xsl. Don't modify this, modify the source.
2.de Sh \" Subsection
3.br
4.if t .Sp
5.ne 5
6.PP
7\fB\\$1\fR
8.PP
9..
10.de Sp \" Vertical space (when we can't use .PP)
11.if t .sp .5v
12.if n .sp
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "SMBGETRC" 5 "" "" ""
21.SH "NAME"
22smbgetrc - configuration file for smbget
23.SH "SYNOPSIS"
24.PP
25\fIsmbgetrc\fR
26.SH "DESCRIPTION"
27.PP
28This manual page documents the format and options of the
29\fBsmbgetrc\fR
30file. This is the configuration file used by the
31\fBsmbget\fR(1)
32utility. The file contains of key-value pairs, one pair on each line. The key and value should be separated by a space.
33.PP
34By default, smbget reads its configuration from
35\fB$HOME/.smbgetrc\fR, though other locations can be specified using the command-line options.
36.SH "OPTIONS"
37.PP
38The following keys can be set:
39.PP
40resume on|off
41.RS 3n
42Whether aborted downloads should be automatically resumed.
43.RE
44.PP
45recursive on|off
46.RS 3n
47Whether directories should be downloaded recursively
48.RE
49.PP
50username \fIname\fR
51.RS 3n
52Username to use when logging in to the remote server. Use an empty string for anonymous access.
53.RE
54.PP
55password \fIpass\fR
56.RS 3n
57Password to use when logging in.
58.RE
59.PP
60workgroup \fIwg\fR
61.RS 3n
62Workgroup to use when logging in
63.RE
64.PP
65nonprompt on|off
66.RS 3n
67Turns off asking for username and password. Useful for scripts.
68.RE
69.PP
70debuglevel \fIint\fR
71.RS 3n
72(Samba) debuglevel to run at. Useful for tracking down protocol level problems.
73.RE
74.PP
75dots on|off
76.RS 3n
77Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator.
78.RE
79.PP
80blocksize \fIint\fR
81.RS 3n
82Number of bytes to put in a block.
83.RE
84.SH "VERSION"
85.PP
86This man page is correct for version 3.0 of the Samba suite.
87.SH "SEE ALSO"
88.PP
89\fBsmbget\fR(1)
90and
91\fBSamba\fR(7).
92.SH "AUTHOR"
93.PP
94The 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.
95.PP
96This manual page was written by Jelmer Vernooij
97
Note: See TracBrowser for help on using the repository browser.