summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/ignore-content-length.d
blob: cec990a8d653f2c4bff2e6f89c6aac623d68dd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Long: ignore-content-length
Help: Ignore the size of the remote resource
Protocols: FTP HTTP
Category: http ftp
---
For HTTP, Ignore the Content-Length header. This is particularly useful for
servers running Apache 1.x, which will report incorrect Content-Length for
files larger than 2 gigabytes.

For FTP (since 7.46.0), skip the RETR command to figure out the size before
downloading a file.

This option doesn't work if libcurl was built to use hyper for HTTP.