Daniel,

This is great news. Will Basic Auth info also be supported for each URL? 

A lot of the SCRM artifacts, such as SBOM's and VDR's are available only to
authorized users on customer portals.

Thanks,

Dick Brooks
   
Active Member of the CISA Critical Manufacturing Sector, 
Sector Coordinating Council - A Public-Private Partnership

Never trust software, always verify and report! T
Risk always exists, but trust must be earned and awarded.T 
https://businesscyberguardian.com/ 
Email: d...@businesscyberguardian.com
Tel: +1 978-696-1788


-----Original Message-----
From: curl-users <curl-users-boun...@lists.haxx.se> On Behalf Of Daniel
Stenberg via curl-users
Sent: Monday, January 27, 2025 7:55 AM
To: curl users <curl-users@lists.haxx.se>
Cc: Daniel Stenberg <dan...@haxx.se>
Subject: make --url support a file with URLs

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 @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 @-" 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

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to