Re: Working with index.html

2022-05-23 Thread Tim Rühsen
On 23.05.22 13:08, Great Zverre wrote: Hi! Thanks for your response! First of all I have the following version of wget: # wget --version GNU Wget 1.20.3 built on linux-gnu. To reproduce the issue could you please do the following commands (it will take a couple of minutes): 1. mkdir test 2.

Re: Working with index.html

2022-05-23 Thread Great Zverre
Hi! Thanks for your response! First of all I have the following version of wget: # wget --version GNU Wget 1.20.3 built on linux-gnu. To reproduce the issue could you please do the following commands (it will take a couple of minutes): 1. mkdir test 2. cd test 3. mkdir -r

Re: Working with index.html

2022-05-21 Thread Tim Rühsen
Hi, I can not reproduce this issue with wget 1.21.3 nor with current wget2. Please make sure you use the latest version of wget. Regards, Tim On 16.05.22 18:39, Great Zverre wrote: Hello guys! I’m using wget to make a mirror of https://releases.hashicorp.com but I don’t want to make a full

Working with index.html

2022-05-16 Thread Great Zverre
Hello guys! I’m using wget to make a mirror of https://releases.hashicorp.com but I don’t want to make a full mirror, rather I’d like to have a mirror of certain “subfolders” of this site (e.g. terraform, consul etc.). So I do this using the following command: wget -N -r -l inf --no-parent