Re: wget ignoring no-parent, creating entire parent directory

2022-03-01 Thread Tim Rühsen
Hi Stephane, On 28.02.22 18:12, Stephane Ascoet wrote: Date: Sun, 27 Feb 2022 14:26:59 +0100 From: Tim Rühsen Did you already check the man page for --cut-dirs ? Hi, Tim answer is a little rude. Clearer and more complete explanation: you don't understand what "noparent" is for. It means

Re: wget ignoring no-parent, creating entire parent directory

2022-02-28 Thread Stephane Ascoet
Date: Sun, 27 Feb 2022 14:26:59 +0100 From: Tim Rühsen Did you already check the man page for --cut-dirs ? Hi, Tim answer is a little rude. Clearer and more complete explanation: you don't understand what "noparent" is for. It means that Wget won't download objects that are above the one you

Re: wget ignoring no-parent, creating entire parent directory structure

2022-02-27 Thread Tim Rühsen
On 25.02.22 18:51, Jibun no Kage . wrote: wget -r -np -R index.* http://infrastructure.dd.org/repository/infrastructure/usr/local/bin/rpitx/signals/ Did you already check the man page for --cut-dirs ? Regards, Tim OpenPGP_signature Description: OpenPGP digital signature

wget ignoring no-parent, creating entire parent directory structure

2022-02-25 Thread Jibun no Kage .
I am struggling with wget refusing apparently to honor the --no-parent or -np options.   Steps to repeat the issue: # mkdir -p /usr/local/bin/rpitx/signals # cd /usr/local/bin/rpitx/signals # wget -r -np -R index.*