Page 1 of 1

wget question (batch one-directory downloading)

Posted: 04 Jul 2011, 16:59
by dedanna1029
If I use:

Code: Select all

wget -r http://www.someurl.com/pics/

... which is some 120 Gbs, why is it that wget stops at 75 Gbs, and doesn't get all of the pics in that link? Every time, someone has to delete the ones I've already gotten, so I can restart wget, and get the rest of the ones I didn't.

Thanks.

Re: wget question (batch one-directory downloading)

Posted: 04 Jul 2011, 19:52
by viking60
Hmm that is strange you will have to look for limitations I guess. But I wouldn't know where to start.

Re: wget question (batch one-directory downloading)

Posted: 05 Jul 2011, 18:39
by dedanna1029
Yeah, that's the problem... :(