smbgetrc.5   [plain text]


.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "SMBGETRC" 5 "" "" ""
.SH "NAME"
smbgetrc - configuration file for smbget
.SH "SYNOPSIS"
.PP
\fIsmbgetrc\fR
.SH "DESCRIPTION"
.PP
This 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.
.PP
By default, smbget reads its configuration from
\fB$HOME/.smbgetrc\fR, though other locations can be specified using the command-line options.
.SH "OPTIONS"
.PP
The following keys can be set:
.PP
resume on|off
.RS 3n
Whether aborted downloads should be automatically resumed.
.RE
.PP
recursive on|off
.RS 3n
Whether directories should be downloaded recursively
.RE
.PP
username \fIname\fR
.RS 3n
Username to use when logging in to the remote server. Use an empty string for anonymous access.
.RE
.PP
password \fIpass\fR
.RS 3n
Password to use when logging in.
.RE
.PP
workgroup \fIwg\fR
.RS 3n
Workgroup to use when logging in
.RE
.PP
nonprompt on|off
.RS 3n
Turns off asking for username and password. Useful for scripts.
.RE
.PP
debuglevel \fIint\fR
.RS 3n
(Samba) debuglevel to run at. Useful for tracking down protocol level problems.
.RE
.PP
dots on|off
.RS 3n
Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator.
.RE
.PP
blocksize \fIint\fR
.RS 3n
Number of bytes to put in a block.
.RE
.SH "VERSION"
.PP
This man page is correct for version 3.0 of the Samba suite.
.SH "SEE ALSO"
.PP
\fBsmbget\fR(1)
and
\fBSamba\fR(7).
.SH "AUTHOR"
.PP
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.
.PP
This manual page was written by Jelmer Vernooij