2016-11-15 17:44:58 -05:00
|
|
|
Long: ignore-content-length
|
|
|
|
Help: Ignore the size of the remote resource
|
|
|
|
Protocols: FTP HTTP
|
2020-07-13 08:15:04 -04:00
|
|
|
Category: http ftp
|
2016-11-15 17:44:58 -05:00
|
|
|
---
|
|
|
|
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.
|
2021-06-03 11:56:36 -04:00
|
|
|
|
|
|
|
This option doesn't work if libcurl was built to use hyper for HTTP.
|