Back to Curl

`--ignore-content-length`

docs/cmdline-opts/ignore-content-length.md

latest322 B
Original Source

--ignore-content-length

For HTTP, ignore the Content-Length header. This is particularly useful for servers running Apache 1.x, which reports incorrect Content-Length for files larger than 2 gigabytes.

For FTP, this makes curl skip the SIZE command to figure out the size before downloading a file (added in 7.46.0).