On Wed, 2002-01-02 at 07:32, mihai wrote: > > In cazul paginilor html multiple sau directoarelor, folosesc urmatoarea > sintaxa: > "wget --recursive --no-parent --level=2 -nH http://adresa_respectiva" > De downlowdat, daca stau suficient timp, face treaba corect, dar, daca, > se intrerupe dintr-un motiv oarecare, si e usor de patit treaba asta, > atunci > cind reia treaba o reia de la capat, adica de la zero.
wget -v -t 0 -m --no-parent --level=2 .... Cred ca solutia este -m (mirror). > Sincer nu as vrea sa renunt la wget, daca e solutie. Eu am folosit multa vreme wget dar l-am abandonat recent in favoarea lui lftp: face tot ce face wget dar are si o interfata gen ncftp pentru mod interactiv, e scriptabil, etc. Fata de ncftp are avantajul ca ofera toata functionalitatea intr-un singur executabil. http://lftp.yar.ru/ -- Florin Andrei "The open source thing works great in a society of mutual respect, in a place where nobody gets too much power. But as soon as things get ugly, it gets unpleasant, and it all starts falling apart." - James Gosling --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
