your using wget right set -T seconds
like -T 1 its the timeout so it will timeout after 1 sec of trying.
Edit:
http://www.gnu.org/software/wget/manual/...tions.html
if the full timeout gives trouble with reading you might just wanna use
--connect-timeout=seconds for just the connection timeout .
like -T 1 its the timeout so it will timeout after 1 sec of trying.
Edit:
http://www.gnu.org/software/wget/manual/...tions.html
if the full timeout gives trouble with reading you might just wanna use
--connect-timeout=seconds for just the connection timeout .