bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rejecting 'index.html*' files causes recursion to include parent-dir


From: Carl Ponder
Subject: Re: Rejecting 'index.html*' files causes recursion to include parent-directories
Date: Wed, 16 Aug 2023 05:49:29 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0


Ok here's what worked:

   wget -P dir -r -R 'index.html*' -R '..' -nH -np --cut-dirs 
3https://site.org/X/Y/Z


Can anyone tell me why the behavior was happening in the first place, though? That excluding "index,html" would cause recursion in the parent-directories, when it had been disabled?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]