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