mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
19 lines
299 B
Plaintext
19 lines
299 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
|
|
adjust_extension = on
|
|
robots = off
|
|
|
|
# Show responses
|
|
server_response = on
|
|
|
|
# Retry handling
|
|
tries = 3
|
|
timeout = 60
|
|
retry_connrefused = on
|