I am downloading from a website, and I get an HTML file. In that HTML
file, I have some links to some files. Those files are the ones I want,
but I can't seem to get wget to download those, only the HTML file. I have
tried just about everything I can think of. Can someone give me some
advice on how to get these files?
I can download them individually from the directory using a simple command,
but I can't seem to pull them back recursively.
Below is a sample of the links within index.html, which represent the files
I really want. Thanks for any advice.
<!-- <p style="font-family: arial; font-size: 12px"><font
color="red">NOTE:</font>files are not encrypted.-->
</td></tr></table>
</body></html>
<PRE><IMG SRC="/icons/blank.gif" ALT=" "> <A HREF="?N=A">Name</A>
<A HREF="?S=A">Size</A>
<HR>
<IMG SRC="/icons/back.gif" ALT="[DIR]"> <A HREF="/test/">Parent
Directory</A> -
<IMG SRC="/icons/folder.gif" ALT="[DIR]"> <A HREF="archive/">archive/</A>
-
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020125154908test.alt">20020125154908test.alt</A> 31k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020124143434test.alt">20020124143434test.alt</A> 5k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020123164834test.alt">20020123164834test.alt</A> 25k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020117201145test.alt">20020117201145test.alt</A> 2k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020117201055test.alt">20020117201055test.alt</A> 2k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020117200732test.alt">20020117200732test.alt</A> 2k
<IMG SRC="/icons/text.gif" ALT="[ ]"> <A
HREF="20020117200158test.alt">20020117200158test.alt</A> 1k
</PRE><HR>
</BODY></HTML>
|