fs/config: add header-download and header-upload flags

This commit is contained in:
Tim Gallant
2020-02-09 23:50:08 -08:00
committed by Nick Craig-Wood
parent f8039deb7c
commit 93caa459e3
3 changed files with 33 additions and 0 deletions

View File

@ -48,6 +48,8 @@ These flags are available for every command.
--files-from stringArray Read list of source-file names from file (use - to read from stdin).
-f, --filter stringArray Add a file-filtering rule
--filter-from stringArray Read filtering patterns from a file (use - to read from stdin).
--header-download stringArray Add HTTP header for download transactions
--header-upload stringArray Add HTTP header for upload transactions
--ignore-case Ignore case in filters (case insensitive)
--ignore-case-sync Ignore case when synchronizing
--ignore-checksum Skip post copy check of checksums.