RE: make --url support a file with URLs

Dick Brooks via curl-users <[email protected]> Mon, 27 Jan 2025 08:05:21 -0500
Newsgroups gmane.comp.web.curl.general
Organization Business Cyber Guardian
Message-ID <[email protected]>
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: [email protected]
Tel: +1 978-696-1788


-----Original Message-----
From: curl-users <[email protected]> On Behalf Of Daniel
Stenberg via curl-users
Sent: Monday, January 27, 2025 7:55 AM
To: curl users <[email protected]>
Cc: Daniel Stenberg <[email protected]>
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