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 username name
30 Username to use when logging in to the remote server. Use an empty
31 string for anonymous access.
32
33 password pass
34 Password to use when logging in.
35
36 workgroup wg
37 Workgroup to use when logging in
38
39 nonprompt on|off
40 Turns off asking for username and password. Useful for scripts.
41
42 debuglevel int
43 (Samba) debuglevel to run at. Useful for tracking down protocol
44 level problems.
45
46 dots on|off
47 Whether a single dot should be printed for each block that has been
48 downloaded, instead of the default progress indicator.
49
50 blocksize int
51 Number of bytes to put in a block.
52
54 This man page is correct for version 3 of the Samba suite.
55
57 smbget(1) and Samba(7).
58
60 The original Samba software and related utilities were created by
61 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
62 Source project similar to the way the Linux kernel is developed.
63
64 This manual page was written by Jelmer Vernooij
65
66
67
68Samba 4.2 06/19/2018 SMBGETRC(5)