blob: 53524f5184151ce66f15927e38cfbda8dc31b514 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Long: ignore-content-length
2Help: Ignore the size of the remote resource
3Protocols: FTP HTTP
4---
5For HTTP, Ignore the Content-Length header. This is particularly useful for
6servers running Apache 1.x, which will report incorrect Content-Length for
7files larger than 2 gigabytes.
8
9For FTP (since 7.46.0), skip the RETR command to figure out the size before
10downloading a file.