wget question (batch one-directory downloading)
Posted: 04 Jul 2011, 16:59
If I use:
... 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.
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.