.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 May 2016 22:55:56 +0300
changeset 797 6cf66a062f3b
parent 149 d0e746f2c693
permissions -rw-r--r--
~/usr/bin can't be placed before /bin in PATH because cygrun is recursively runs in that case. Introduce ~/usr/xbin for symlinks to override /usr/bin.

# 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