.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Jun 2013 16:31:55 +0300
changeset 626 ec0fb611d885
parent 149 d0e746f2c693
permissions -rw-r--r--
Remove follow (-v) option as it forbid VC-mode from listening history on directories.
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