-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.wgetrc
26 lines (21 loc) · 870 Bytes
/
.wgetrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###
### Sample Wget initialization file .wgetrc
###
### This file does not contain a comprehensive list of
### commands -- look at the manual to find out what you
### can put into this file. You can find this here:
## $ info wget.info 'Startup File'
## Or online here:
## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
##
## Local settings f
# It is a good idea to make Wget send your email address in a `From:'
# header with your request (so that server administrators can contact
# you in case of errors). Wget does *not* send `From:' by default.
header = From: Space Cowboy <[email protected]>
# You can customize the retrieval outlook. Valid options are default,
# binary, mega and micro.
dot_style = mega
# You can force creating directory structure, even if a single is being
# retrieved, by setting this to on.
dirstruct = on