mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
17 lines
545 B
Makefile
17 lines
545 B
Makefile
Long: ignore-content-length
|
|
Help: Ignore the size of the remote resource
|
|
Protocols: FTP HTTP
|
|
Category: http ftp
|
|
Example: --ignore-content-length $URL
|
|
Added: 7.14.1
|
|
See-also: ftp-skip-pasv-ip
|
|
---
|
|
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 does not work for HTTP if libcurl was built to use hyper.
|