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