How can I download multiple files?
The Bytescale Dashboard currently does not support downloading multiple files.
However, you can download multiple files using a script:
Download all files using a script
Downloading multiple files using a script involves generating a list of file URLs, and then downloading each file using an HTTP client.
Instructions
- Generate a list of file URLs using the ListFolder operation.
- Pass these file URLs to an HTTP client like
curlto perform the file downloads.
To avoid triggering Bytescale's DDoS protection, we advise downloading no more than 100 files in parallel.