source: trunk/samba-3.0.25pre1/docs/manpages/smbgetrc.5@ 1

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

Initial code import

File size: 2.1 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
25.PP
26\fIsmbgetrc\fR
27
28.SH "DESCRIPTION"
29
30.PP
31This manual page documents the format and options of the \fBsmbgetrc\fR file\&. This is the configuration file used by the \fBsmbget\fR(1) utility\&. The file contains of key\-value pairs, one pair on each line\&. The key and value should be separated by a space\&.
32
33.PP
34By default, smbget reads its configuration from \fB$HOME/\&.smbgetrc\fR, though other locations can be specified using the command\-line options\&.
35
36.SH "OPTIONS"
37
38.PP
39The following keys can be set:
40
41.TP
42resume on|off
43Whether aborted downloads should be automatically resumed\&.
44
45.TP
46recursive on|off
47Whether directories should be downloaded recursively
48
49.TP
50username \fIname\fR
51Username to use when logging in to the remote server\&. Use an empty string for anonymous access\&.
52
53.TP
54password \fIpass\fR
55Password to use when logging in\&.
56
57.TP
58workgroup \fIwg\fR
59Workgroup to use when logging in
60
61.TP
62nonprompt on|off
63Turns off asking for username and password\&. Useful for scripts\&.
64
65.TP
66debuglevel \fIint\fR
67(Samba) debuglevel to run at\&. Useful for tracking down protocol level problems\&.
68
69.TP
70dots on|off
71Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\&.
72
73.TP
74blocksize \fIint\fR
75Number of bytes to put in a block\&.
76
77.SH "VERSION"
78
79.PP
80This man page is correct for version 3\&.0 of the Samba suite\&.
81
82.SH "SEE ALSO"
83
84.PP
85\fBsmbget\fR(1) and \fBSamba\fR(7)\&.
86
87.SH "AUTHOR"
88
89.PP
90The 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\&.
91
92.PP
93This manual page was written by Jelmer Vernooij
94
Note: See TracBrowser for help on using the repository browser.