Add a wgetrc.

This commit is contained in:
David Tomaschik
2014-02-10 17:54:17 -05:00
parent aa984c6a07
commit 9bb50f6136

17
wgetrc Normal file
View File

@@ -0,0 +1,17 @@
# Use server timestamps and name
timestamping = on
trust_server_names = on
# Recursive download options
no_parent = on
follow_ftp = on
adjust_extension = on
robots = off
# Show responses
server_response = on
# Retry handling
tries = 3
timeout = 60
retry_connrefused = on