Files
skel/dotfiles/wgetrc
2020-04-20 14:53:04 -07:00

20 lines
338 B
Plaintext

# Use server timestamps and name
timestamping = on
trust_server_names = on
content_disposition = on
# Recursive download options
no_parent = on
follow_ftp = on
# Good for HTML, not for other things
adjust_extension = off
robots = off
# Show responses
server_response = on
# Retry handling
tries = 3
timeout = 60
retry_connrefused = on