curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder Daniel himself.

make --url support a file with URLs

From: Daniel Stenberg via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 27 Jan 2025 13:54:55 +0100 (CET)

Hey,

Over the years, people have requested an easier way to provide a list of URLs
to curl and have it download them all.

With my new PR [*], you can write "curl --url _at_file" and curl will download
all the URLs in the provided file as if -O was used for each one of them. It
can also get the list from stdin if you do "--url _at_-" in style with how other
curl options work.

If you add -Z, it will do them in parallel.

Thoughts? What did I forget?

[*] = https://github.com/curl/curl/pull/16099

-- 
  / daniel.haxx.se || https://rock-solid.curl.dev
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2025-01-27