All DevTips

File storage and transfers

Download files with curl, manage object storage with rclone, and upload to Amazon S3 from Node.js.

  1. How to download and resume files with cURL

    Download files with cURL, choose an output filename, follow redirects, handle HTTP errors, and resume interrupted transfers with a working example.

  2. Using Rclone to manage files in DigitalOcean Spaces via CLI

    Discover how to use Rclone, an open-source CLI tool, to manage files in DigitalOcean Spaces, enhancing your workflow with efficient file operations.

  3. Export files to Amazon S3 in Node.js: a complete guide

    Learn how to efficiently export files to Amazon S3 in Node.js using the AWS SDK and alternative open-source tools, with practical examples and best practices.