You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The downloaded content is appended torobots.txt file.
and
echo plop > important
curl --remove-on-error -C 1 -o important https://nonexisting.curl.se/
The file important is removed.
I expected the following
Curl should likely report and error instead of behaving inconsistently, or the documentation should be improved to mention the behaviour in these scenarios.
curl/libcurl version
8.11.0
operating system
Any
The text was updated successfully, but these errors were encountered:
In the first case with --no-clobber and --continue-at, what could the user possibly want to happen? Is there a legit use case there? Should we make it simple and just deny that option combination?
I did this
The downloaded content is appended to
robots.txt
file.and
The file
important
is removed.I expected the following
Curl should likely report and error instead of behaving inconsistently, or the documentation should be improved to mention the behaviour in these scenarios.
curl/libcurl version
8.11.0
operating system
Any
The text was updated successfully, but these errors were encountered: