dump-header.d 508 B

1234567891011121314151617
  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
  7. Category: http ftp
  8. Example: --dump-header store.txt $URL
  9. Added: 5.7
  10. ---
  11. Write the received protocol headers to the specified file. If no headers are
  12. received, the use of this option will create an empty file.
  13. When used in FTP, the FTP server response lines are considered being "headers"
  14. and thus are saved there.
  15. If this option is used several times, the last one will be used.