Re: make --url support a file with URLs

2025-01-27 Thread Daniel Stenberg via curl-users
On Mon, 27 Jan 2025, Paul Gilmartin via curl-users wrote: Will the URL list support individual --time-cond or --ETag values for selective update of outdated packages? Not really. Those are already options that are ticky to use when there are more than one URL involved so I don't know how you

Re: make --url support a file with URLs

2025-01-27 Thread Paul Gilmartin via curl-users
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 @file" and curl will download all the URLs in the provided file as if

RE: make --url support a file with URLs

2025-01-27 Thread Dick Brooks via curl-users
awarded.T https://businesscyberguardian.com/ Email: d...@businesscyberguardian.com Tel: +1 978-696-1788 -Original Message- From: Daniel Stenberg Sent: Monday, January 27, 2025 8:21 AM To: Dick Brooks Cc: 'curl-users - the curl tool' Subject: RE: make --url support a file wit

RE: make --url support a file with URLs

2025-01-27 Thread Daniel Stenberg via curl-users
On Mon, 27 Jan 2025, Dick Brooks wrote: This is great news. Will Basic Auth info also be supported for each URL? Sure that works as expected pretty much already: 1. You can add the username + password on a per URL basis in the file or 2. You provide the credentials separately on the command

RE: make --url support a file with URLs

2025-01-27 Thread Dick Brooks via curl-users
-users On Behalf Of Daniel Stenberg via curl-users Sent: Monday, January 27, 2025 7:55 AM To: curl users Cc: Daniel Stenberg 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

make --url support a file with URLs

2025-01-27 Thread Daniel Stenberg via curl-users
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