403 response

2004-03-11 Thread Василевский Сергей
Bug - error handling 403 response. In my case - save file from wrong domain DEBUG output created by Wget 1.9.1 on freebsd4.7. ... ---request begin--- GET http://print-city.org/robots.txt HTTP/1.0 User-Agent: All.by Host: print-city.org Accept: */* Referer: http://print-city.org Pragma: no-cache

socket problems

2004-03-11 Thread Dan Staines
Hi folks, I've been having some odd problems using wget recently, and wondered if anyone could help me out. I've been using this kind of command line: wget -d ftp://ftp.somesite.com/; --tries=3 --timeout=120 --wait=30 --waitretry=30 --limit-rate=0 which normally works fine, but on certain

Re: URL that wget cannot mirror

2004-03-11 Thread Milos Prudek
For me it works with both wget1.8.2 and wget1.7.1. Did you possibly issue the command from your shell and forgot to quote the URL properly, by e.g. wget 'http://www.zdravcentra.cz/?act=k-10did=113kategorie=0' -O URL.html Correct. You are right. I did not realize that I should quote. Now it