using curl to download a file

The most common way to download a file is by using the -o or -O flags. Saving with a Custom Name ( -o )

If a file is behind basic HTTP authentication, use the -u flag. curl -u username:password -O https://example.com Use code with caution. Using Proxy Servers

If you want to save the file with a specific name, use the lowercase -o flag followed by your desired filename. curl -o local_filename.zip https://example.com Use code with caution. Saving with the Original Name ( -O )

# Download two specific files curl -O https://example.com -O https://example.com # Download a range of files (e.g., image1.jpg to image9.jpg) curl -O https://example.com[1-9].jpg Use code with caution. Following Redirects ( -L )

Mastering File Downloads with cURL: A Comprehensive Guide Whether you are a system administrator automating backups or a developer pulling data from an API, knowing how to is a fundamental skill. cURL (Client URL) is a versatile command-line tool available on Linux, macOS, and Windows that supports dozens of protocols, including HTTP, HTTPS, FTP, and SFTP.

By mastering these commands, you can streamline your workflow and automate complex data retrieval tasks directly from your terminal.

# Limit download speed to 500 KB/s curl --limit-rate 500k -O https://example.com Use code with caution. Summary Table of Key Flags Description -o Saves the download to a specific filename. -O Saves the download using the remote filename. -L Follows server redirects (301, 302). -C - Resumes a previously interrupted download. -u Provides credentials for authentication. -s Silent mode (hides the progress meter).

MOST READ

Life & Culture

18 Oct 2021

Deepfake Porn – หนังโป๊สลับหน้า เมื่อเทคโนโลยีทำร้ายผู้หญิง

โสภณ ศุภมั่งมี เขียนถึงมุมอันตรายของเทคโนโลยี deepfake เมื่อมีการเอาหน้าคนไปใส่แทนนักแสดงหนังโป๊ ทางออกของเรื่องนี้อยู่ตรงไหน

using curl to download a file

โสภณ ศุภมั่งมี

18 Oct 2021

Life & Culture

26 Nov 2025

เกิดวังปารุสก์: ตัวตนและพื้นที่ของเจ้า ‘ครึ่งชาติ’ ในห้าแผ่นดิน

ภิญญพันธุ์ พจนะลาวัณย์ เขียนถึง ‘เกิดวังปารุสก์’ หนังสือเล่าเรื่องชนชั้นบนสยาม ผ่านประสบการณ์ ‘เจ้าครึ่งชาติ’ และความเป็นอื่นในราชสำนัก

using curl to download a file

ภิญญพันธุ์ พจนะลาวัณย์

26 Nov 2025