Hello

1. Using the following command + wget.ini, wget fails pretending to be a browser: It downloads an empty index.html.tmp.tmp file instead of index.htm, and stops there:

=== wget.ini
hsts=0
robots = off
header = Accept-Language: en-us,en;q=0.5
header = Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
header = Connection: keep-alive
user_agent = Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
referer = /

=== command
wget.exe --spider --recursive --reject jpg,png,gif --accept htm --output-file=spider.log http://www.acme.com

What else could I try to get wget to pass muster?

Thank you.


Reply via email to