mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
20 lines
338 B
Plaintext
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
|