- Print
- DarkLight
Download File by Name Command
- Print
- DarkLight
V3.13.1
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting, which may improve performance.
Use the --threads
parameter to manually adjust the number of threads that are used in the operation. Otherwise, the number of threads is automatically chosen.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--threads THREADS] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --threads
- --noProgress
Progress is not reported.
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.13.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting, which may improve performance.
Use the --threads
parameter to manually adjust the number of threads that are used in the operation. Otherwise, the number of threads is automatically chosen.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--threads THREADS] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --threads
- --noProgress
Progress is not reported.
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.12.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting, which may improve performance.
Use the --threads
parameter to manually adjust the number of threads that are used in the operation. Otherwise, the number of threads is automatically chosen.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--noProgress] [--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Progress is not reported.
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.9.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.8.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.7.1
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.7.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.6.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
Use the --max-download-streams-per-file
parameter to set a maximum number of streams to use for a parallel downloader.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
[--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False - --max-download-streams-per-file
V3.5.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
Use the -–write-buffer-size
parameter to set the size (in bytes) of the buffer that is used to write files.
Use the -–skip-hash-verification
parameter to disable the hash check on downloaded files.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
[--write-buffer-size BYTES]
[--skip-hash-verification]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256” - --write-buffer-size
- --skip-hash-verification
Default: False
V3.4.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.3.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--profile PROFILE] [--noProgress]
[--threads THREADS]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --profile
- --noProgress
Default: False - --threads
Default: 10 - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.2.1
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.2.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.1.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.0.3
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.0.2
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.0.1
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V3.0.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V2.5.1
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V2.5.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V2.4.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
To access SSE-C-encrypted files, set the --sourceServerSideEncryption=SSE-C
parameter. The default algorithm is set to AES256 which you can change with the --sourceServerSideEncryptionAlgorithm
parameter. Using SSE-C requires that you provide the B2_SOURCE_SSE_C_KEY_B64
environment variable, containing the base64-encoded encryption key.
b2 download-file-by-name [-h] [--noProgress]
[--sourceServerSideEncryption {SSE-C}]
[--sourceServerSideEncryptionAlgorithm {AES256}]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False - --sourceServerSideEncryption
Possible value: SSE-C - --sourceServerSideEncryptionAlgorithm
Possible value: AES256
Default: “AES256”
V2.3.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
b2 download-file-by-name [-h] [--noProgress]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False
V2.2.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
b2 download-file-by-name [-h] [--noProgress]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False
V2.1.0
This command downloads a file and stores it in a local file location.
If the tqdm
library is installed, a progress bar is displayed on a standard error output (stderr). Without it, simple text progress is printed. Set the –-noProgress
parameter to disable progress reporting.
b2 download-file-by-name [-h] [--noProgress]
bucketName b2FileName localFileName
Required Capabilities
- readFiles
Positional Arguments
- bucketName
- b2FileName
- localFileName
Named Arguments
- --noProgress
Default: False
This command is not included in version 3.14.0.
This command is not included in version 3.15.0.
This command is not included in version 3.16.0.
This command is not included in version 3.16.1.
This command is not included in version 3.17.0.
This command is not included in version 3.18.0.
This command is not included in version 3.19.0.
This command is not included in version 3.19.1.
This command is not included in version 4.0.0.
This command is not included in version 4.0.1.
This command is not included in version 4.0.2.
Versions