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

  1. Generate a list of file URLs using the ListFolder operation.
  2. Pass these file URLs to an HTTP client like curl to perform the file downloads.

To avoid triggering Bytescale's DDoS protection, we advise downloading no more than 100 files in parallel.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us