-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwgetrc
More file actions
24 lines (17 loc) · 689 Bytes
/
Copy pathwgetrc
File metadata and controls
24 lines (17 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Use the server-provided last modification date, if available
timestamping = on
# Do not go up in the directory structure when downloading recursively
no_parent = on
# Retry even when the connection was refused
retry_connrefused = on
# Use the last component of a redirection URL for the local file name
#trust_server_names = on
# Follow FTP links from HTML documents by default
follow_ftp = on
# Use UTF-8 as the default system encoding
# WARNING: this makes `wget` builds that don’t support this feature unusable.
local_encoding = UTF-8
# Ignore `robots.txt` and `<meta name=robots content=nofollow>`
robots = off
# Print the HTTP and FTP server responses
server_response = on