Skip to content

Wget Footer Command Fails When Directory Contains Apostrophe's in the Name #1190

@d-air1

Description

@d-air1

Example folder title "The Rabbit's Foot"

Generated wget command
wget -rcnHp -R 'index.html*' 'http://localhost:9991/The%20Rabbit's%20Foot/?raw=true'

The issue is here is that the apostrophe after the word Rabbit acts as a closing quote. This makes the apostrophe after the word true a dangling starting quote.

Perhaps switch to double quotes for the outside of the command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions