Ya lo solucioné. Gracias. 2012/5/31, fernando sainz <[email protected]>: > El 31/05/12, Pepeco 1948 <[email protected]> escribió: >> Estimados amigos, >> >> ¿Alguien podría ilustrarme sobre cómo wget puede descargar directorios >> completos? Utilizando los valores -r y -m me descarga todo el site, y >> no el directorio concreto. >> >> Ejemplo: wget http://prueba.com/directorio/ ---> únicamente necesito >> el contenido de ese directorio. >> >> Gracias, >> Pepe >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> Archive: >> http://lists.debian.org/can3whtps__o5o02k-6rft-0gfhwhe9m682o1oo8s4qu3z5r...@mail.gmail.com >> >> > > Solo tienes que mirar en el man.... > > man wget.... > > Try to specify the criteria that match the kind of download you are > trying to achieve. If you want to download only one page, use > `--page-requisites' without any additional recursion. If you want > to > download things under one directory, use `-np' to avoid downloading > things from other directories. If you want to download all the > files > from one directory, use `-l 1' to make sure the recursion depth > never > exceeds one. see "Following Links", for more information about this > > S2 > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: > http://lists.debian.org/[email protected] > >
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAN3WhTpToFARZKbwHsOBR-SJ4A=g_X-7oPEfqY=qrejo_tc...@mail.gmail.com

