i use this code to download :

wget -m -k -H http://www.digu.com

but if some file cant be download , it will retry Again and again ,

so how to skip this file and download other files ,

thanks

link|improve this question

50% accept rate
Doesn't the rsync client tool also work in this space? – user14270 Mar 14 '11 at 7:59
feedback

migrated from stackoverflow.com Mar 14 '11 at 14:20

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

You could try the --tries option to wget. With it you can limit the number of retries for a file. See the wget documentation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.