Skip to content

"continue-at -" in curlrc breaks wcurl #88

@stefanwascoding

Description

@stefanwascoding

I have the following in my .curlrc:

# Resume a previous file transfer; "-" to automatically find the offset 
continue-at -

Because most of the time, that is what I want to happen by default.

However, due to curl/curl#15645 (which was a change in 8.11.1) this breaks usage of wcurl - I get the following messages when I try to use it.

curl: --continue-at is mutually exclusive with --no-clobber
curl: option --no-clobber: is badly used here

wcurl --curl-options=--clobber 'https://[...]' does not work either (not sure if it's the argument order, or if curl's argument processing does not like it). Neither does using -q/--disable work (i.e. wcurl --curl-options=--disable 'https://[...]')!

It would be great if wcurl could check curlrc for incompatible options (like continue-at), or support --disable or --clobber.
Or maybe there is another workaround for this kind of config?

// wcurl version: 2026.01.05
// curl version: 8.19.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions