Initial import
[samba] / docs / manpages / smbgetrc.5
diff --git a/docs/manpages/smbgetrc.5 b/docs/manpages/smbgetrc.5
new file mode 100644 (file)
index 0000000..05d0269
--- /dev/null
@@ -0,0 +1,94 @@
+.\"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:
+
+.TP
+resume on|off
+Whether aborted downloads should be automatically resumed\&.
+
+.TP
+recursive on|off
+Whether directories should be downloaded recursively
+
+.TP
+username \fIname\fR
+Username to use when logging in to the remote server\&. Use an empty string for anonymous access\&.
+
+.TP
+password \fIpass\fR
+Password to use when logging in\&.
+
+.TP
+workgroup \fIwg\fR
+Workgroup to use when logging in
+
+.TP
+nonprompt on|off
+Turns off asking for username and password\&. Useful for scripts\&.
+
+.TP
+debuglevel \fIint\fR
+(Samba) debuglevel to run at\&. Useful for tracking down protocol level problems\&.
+
+.TP
+dots on|off
+Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator\&.
+
+.TP
+blocksize \fIint\fR
+Number of bytes to put in a block\&.
+
+.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
+