Esperimenti con curl
curl -LO http://example.com/file[0-100].txt
-L segue automaticamente eventuali redirect
-O salva i file su disco usando gli stessi nomi che hanno online
Problemi con le date:
curl -LO http://example.com/[1996-2002]/[000001-999999].txt curl -LO http://example.com/[1996-1999]/[96-99][01-12][01-31].txt curl -LO http://example.com/[2000-2002]/[00-02][01-12][01-31].txt
Slideshow ^ |< << Slide 16 of 32 >> >| |