Re: [Bug-wget] no data downloaded

2018-02-05 Thread Tim Rühsen
On 02/05/2018 12:03 PM, jos vaessen wrote: > Hello, > > I am downloading the home-webpage from my solar-power-converter using > WIFI and its IP adress 160.190.0.1 with WGET. No problem beside that the > page is zipped as 7ZIP. After unzipping it shows the content of > index.html like a copy/pas

Re: [Bug-wget] no data downloaded

2018-02-05 Thread Darshit Shah
From your description it seems like the device displays all this data using Javascript. Try taking a look at the source of the HTML page you downloaded to see if this is the case. Wget will download the related Javascript files if you use the -P option for page requisites. However, wget does n

[Bug-wget] no data downloaded

2018-02-05 Thread jos vaessen
Hello, I am downloading the home-webpage from my solar-power-converter using WIFI and its IP adress 160.190.0.1 with WGET. No problem beside that the page is zipped as 7ZIP. After unzipping it shows the content of index.html like a copy/paste/save home.html version on mouseclick using Firefox.