how to recursively download a sites folder when...

affiliate.solutions

Registered Member
Joined
Apr 3, 2009
Messages
97
Reaction score
62
wget -m doesn't work
and both of my web based software scanners don't work
?????


It looks like the index file looks like this and prevents you from scanning the directory. They only way to download it is to right click save as for each one?:

<h1>Index of /images</h1>
<pre> <a href="?C=N;O=D">Name</a> <a href="?C=M;O=A">Last modified</a> <a href="?C=S;O=A">Size</a> <a href="?C=D;O=A">Description</a><hr> <a href="/">Parent Directory</a> -
<a href="Digital-Backgrounds-Banner.jpg">Digital-Backgrounds-..></a> 17-Dec-2008 07:16 35K
<a href="EZ_banner_blue.png">EZ_banner_blue.png</a> 15-Dec-2006 09:23 9.5K
<a href="EZ_banner_gold.png">EZ_banner_gold.png</a> 15-Dec-2006 09:23 9.1K
<a href="EZ_bg01.png">EZ_bg01.png</a> 28-Oct-2006 21:34 5.1K
<a href="EZ_bg02.png">EZ_bg02.png</a> 02-Feb-2007 02:52 13K
<a href="EZ_bg03.png">EZ_bg03.png</a> 28-Oct-2006 21:36 7.0K
 
hmmm... still looking for some help. basically the index file prevents the contents of the current directory from being indexed but allows them to be viewed.
 
Back
Top