.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 18 Jul 2011 10:37:16 +0300
changeset 149 d0e746f2c693
parent 86 1e9048a10b95
permissions -rw-r--r--
Turn on recognition of the (non-standard) `Content-Disposition' header.

# As I not install cetificate, don't check them.
check_certificate = off

# Set all applicable timeout values to N sec. Equivalent to
# specifying `--dns-timeout', `--connect-timeout', and
# `--read-timeout', all at the same time.
timeout = 10

# Turn on recognition of the (non-standard) `Content-Disposition' header.
content_disposition = on