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.

Re: make --url support a file with URLs

From: Paul Gilmartin via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 27 Jan 2025 10:11:10 -0700

On 1/27/25 05:54, Daniel Stenberg via curl-users wrote:
> 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
>
I'm watching a thread on another list where the originator
(Cc: recipient) supports a number of mirrors of one site,
<https://cbttape.org/>. No secondary servers -- end users
access the mirrors via filesystems.

Will the URL list support individual --time-cond or --ETag
values for selective update of outdated packages?

-- 
Thanks,
gil
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2025-01-27