Hello!
I've got one very strange problem and I dont know what am I doing wrong. I'm
using wget 1.5.3/Debian 2.2 on my 486/66.
I have problems using this statement:
wget -e "http_proxy=[IP]" -t 1 -T 15 --cache=off -r -l 1 --delete-after URL
As I know this options tells wget to:
- use proxy on [IP]
- retry only once
- set timeout to 15 seconds
- set proxy cache off
- use one level recursion and delete after download URL
The problem is, when proxy is not accessible on [IP] the timeout is 15
minutes, even i set the timeout in command line! As I noticed the timeout
works when the connection is established, not when wget is trying to connect
to proxy...
How can I fix that or tell me what am I doing wrong...
Thanks for your answers
Jernej Porenta