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
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
Perfect. Thanks, Daniel. That covers my use cases.
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 award
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
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 Coordinati
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