When I try to retrieve links from a file that looks like the following, Wget doesn't retrieve any directory contents. I can see that these links are being deleted if I retrieve them with the -A.htm,.html option. This is part of the source code from the file : <TR> <TD> <A href="/~pradeep">Pradeep C Babu</A> </TD> <TD><A href="/~bagad">Nilesh Bagad</A> </TD> </TR> <TR> <TD> <A href="/~baggag">Abdelkader Baggag</A> </TD> I have gone through the Wget manual many times and can't understand what I am missing. Could someone please help me ? Thanks
