Re: (Feature request) Ignore if file exist

2024-11-13 Thread Tobias Wendorff via curl-users
Am 2024-11-13 15:18, schrieb Rodrigo s via curl-users: Why not just create a single command "--ignore-if-file-exists" Got recently added as `--skip-existing`: https://github.com/curl/curl/pull/13993 -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/m

[feature request] fail on specific errors only

2024-10-13 Thread Tobias Wendorff via curl-users
Hi there, ### tl;dr At the moment `--fail-early` throws me out of the `--parallel` download with every error 404, even though this error often isn't that fatal. Adding a range of error codes to the `--fail` family could help here: ``` --fail 400-403,405- --fail-early 400-403,405- --fail-on-er