Debian is now shipping wcurl: a curl wrapper to download files (fwd)
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
FYI, I figure one or two peeps on the curl-users might like this: -- / daniel.haxx.se ---------- Forwarded message ---------- Date: Wed, 3 Jul 2024 21:07:25 From: Samuel Henrique <[email protected]> To: [email protected] Cc: [email protected] Subject: Debian is now shipping wcurl: a curl wrapper to download files During curl-up, we briefly discussed the possibility of Debian shipping a small script that could be used as a drop-in replacement for the simpler use cases of wget. It's now being shipped in Debian together with the curl package. To the folks from other distros, you should feel free to redistribute it if you think it makes sense. The license is the same as curl's and there's a manpage. Description: Whenever you need to download files through the terminal and don't feel like using wget: $ wcurl example.com/filename.txt By default, wcurl will: * Encode whitespaces in URLs; * Download multiple URLs in parallel; * Follow redirects; * Automatically choose a filename as output; * Perform retries; * Resume from broken/interrupted downloads. * Set the downloaded file timestamp to the value provided by the server, if available; I wrote a bit more about wcurl here: https://samueloph.dev/blog/announcing-wcurl-a-curl-wrapper-to-download-files/ -- Samuel Henrique <samueloph> -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html