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
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