Download-file-by-name command

Downloads the given file, and stores it in the given local file.

If the tqdm library is installed, progress bar is displayed on stderr. Without it, simple text progress is printed. Use --noProgress to disable progress reporting.

Requires capability:

  • readFiles

b2 download-file-by-name [-h] [--noProgress]
                         bucketName b2FileName localFileName

Positional Arguments

bucketName
b2FileName
localFileName

Named Arguments

--noProgress

Default: False