Elliott Hughes | cee0338 | 2017-06-23 12:17:18 -0700 | [diff] [blame] | 1 | Long: dump-header |
| 2 | Short: D |
| 3 | Arg: <filename> |
| 4 | Help: Write the received headers to <filename> |
| 5 | Protocols: HTTP FTP |
| 6 | See-also: output |
Haibo Huang | b5a52b9 | 2020-10-28 22:18:23 -0700 | [diff] [blame] | 7 | Category: http ftp |
Elliott Hughes | cee0338 | 2017-06-23 12:17:18 -0700 | [diff] [blame] | 8 | --- |
Elliott Hughes | 34dd5f4 | 2021-08-10 13:01:18 -0700 | [diff] [blame] | 9 | Write the received protocol headers to the specified file. If no headers are |
| 10 | received, the use of this option will create an empty file. |
Haibo Huang | b6336c1 | 2019-06-05 01:34:44 -0700 | [diff] [blame] | 11 | |
Elliott Hughes | cee0338 | 2017-06-23 12:17:18 -0700 | [diff] [blame] | 12 | When used in FTP, the FTP server response lines are considered being "headers" |
| 13 | and thus are saved there. |
| 14 | |
| 15 | If this option is used several times, the last one will be used. |