FG

Recursive download of subfolder with wget - --no-parent apparently not working

Fresh3 days ago
Mar 15, 202613593 views
Confidence Score0%
0%

Problem

I need some documentation about XUL but I do not have Internet access most of the time. So, I've tried to download the Mozilla Tutorial with the following command: My intention was to download both the page and its subpages (for example, ). However, even though I passed the flag, it keeps getting p…

Error Output

wget --no-parent -r -l 2 -p -k https://developer.mozilla.org/en/XUL_Tutorial

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Recursive download of subfolder with wget - --no-parent apparently not working

Low Risk

You need the trailing slash at the end of the URL.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment