1SMBGETRC(5) File Formats and Conventions SMBGETRC(5)
2
3
4
6 smbgetrc - configuration file for smbget
7
9 smbgetrc
10
12 This manual page documents the format and options of the smbgetrc file.
13 This is the configuration file used by the smbget(1) utility. The file
14 contains of key-value pairs, one pair on each line. The key and value
15 should be separated by a space.
16
17 By default, smbget reads its configuration from $HOME/.smbgetrc, though
18 other locations can be specified using the command-line options.
19
21 The following keys can be set:
22
23 resume on|off
24 Whether aborted downloads should be automatically resumed.
25
26 recursive on|off
27 Whether directories should be downloaded recursively
28
29 user name[%password]
30 Username (and password) to use when logging in to the remote
31 server. Use an empty string for anonymous access.
32
33 workgroup wg
34 Workgroup to use when logging in
35
36 nonprompt on|off
37 Turns off asking for username and password. Useful for scripts.
38
39 debuglevel int
40 (Samba) debuglevel to run at. Useful for tracking down protocol
41 level problems.
42
43 dots on|off
44 Whether a single dot should be printed for each block that has been
45 downloaded, instead of the default progress indicator.
46
47 blocksize int
48 Number of bytes to put in a block.
49
51 This man page is part of version 4.10.4 of the Samba suite.
52
54 smbget(1) and Samba(7).
55
57 The original Samba software and related utilities were created by
58 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
59 Source project similar to the way the Linux kernel is developed.
60
61 This manual page was written by Jelmer Vernooij
62
63
64
65Samba 4.10.4 05/28/2019 SMBGETRC(5)