mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
2bc1d775f5
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
20 lines
649 B
Makefile
20 lines
649 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
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
|
|
Multi: boolean
|
|
---
|
|
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.
|