.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 04 Apr 2017 17:21:08 +0300
changeset 848 748e1e894339
parent 149 d0e746f2c693
permissions -rw-r--r--
Include current working directory into terminal emulator title (xterm/mintty supports "\e]0;...\a" command).
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