Hello Danny,

Wednesday, July 17, 2002, 9:19:10 PM, you wrote:

DL> interrput the downloading of a certain file or even
DL> branch when downloading directory tree recursively.

For one file
Stop a download with Ctrl-C, and resume it with :
wget -c http://pwet/file_you_were_downloading

For a recursive download, -N option download only files if theyre
newer or if they don't exist on current folder, but doesn't resume the
big file of the tree you were downloading..

Current solution :
wget -c http://pwet/tree/the_big_file
and then
wget -rN http://pwet/tree/


DL> http://www.abcd.com/->index.html->docs.html->snapshots.html
DL> [0-4]?

wget -r --max-depth=1 http://pwet/tree/

this will only retry for one level (only index.html for your example)

-- 
Best regards,
 Ced                            mailto:[EMAIL PROTECTED]

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif


Reply via email to