[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wget -r



         Según el man de wget:

              Recursive
              retrieval  of a HTTP URL means that Wget will down­
              load the URL you want, parse it as an HTML document
              (if an HTML document it is), and retrieve the files
              this document is referring to, down  to  a  certain
              depth  (default  5;  change it with -l).

$ wget -r -l99 http://www.cyberchat2000.com/mierda.html
--22:30:02--  http://www.cyberchat2000.com:80/mierda.html
           => `www.cyberchat2000.com/mierda.html'
Connecting to 192.168.0.254:3128... connected!
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    0K ->

22:30:02 (18.71 KB/s) - `www.cyberchat2000.com/mierda.html' saved [364]


FINISHED --22:30:02--
Downloaded: 364 bytes in 1 files

$ cat www.cyberchat2000.com/mierda.html 
<head><title>Document moved</title></head>
<body><h1>Document moved</h1>
This document has moved <a
href="http://216.32.244.61/servlet/EComFileServlet/so-5_2-ga-bin-linux-es.bin?A
ctionId=verify&TicketId=3qL1kFGKPh1a&TicketServerUrl=UMdnxpfbimnHlcGyA4FfH0vGfZ
jOm8gsx5XQqwLcSh598Hzb%2BZ3GaNGE8bgcz1JUTA%3D%3D">here</a>.<p>
</body>
Connection closed by foreign host.

         ¿Por qué no se baja lo otro?


-- 
 David Serrano <cyberchat2000.com@hue> - Linux Registered User #87069

Attachment: pgpgYPLTkrOGy.pgp
Description: PGP signature


Reply to: