.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Nov 2023 13:44:06 +0200
changeset 1022 17e43eca7401
parent 149 d0e746f2c693
permissions -rw-r--r--
magic-space expand sequence referring to the command history in place, so you have a chance to review before executing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
75
956a463b63e3 Added wgetrc.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     1
# As I not install cetificate, don't check them.
956a463b63e3 Added wgetrc.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     2
check_certificate = off
86
1e9048a10b95 Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 75
diff changeset
     3
1e9048a10b95 Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 75
diff changeset
     4
# Set all applicable timeout values to N sec. Equivalent to
1e9048a10b95 Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 75
diff changeset
     5
# specifying `--dns-timeout', `--connect-timeout', and
1e9048a10b95 Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 75
diff changeset
     6
# `--read-timeout', all at the same time.
1e9048a10b95 Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 75
diff changeset
     7
timeout = 10
149
d0e746f2c693 Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 86
diff changeset
     8
d0e746f2c693 Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 86
diff changeset
     9
# Turn on recognition of the (non-standard) `Content-Disposition' header.
d0e746f2c693 Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 86
diff changeset
    10
content_disposition = on
d0e746f2c693 Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 86
diff changeset
    11