I have an IIS server and created a page with the following links...
<a href="/WinbatchScripts/Courier.xls"> Courier Spreadsheet
</a><br>
<a href="/WinbatchScripts/Winbatch_DAO_Test.mdb"> Winbatch DAO Database
for Access </a><br>
<a href="/WinbatchScripts/TestFileInput.html"> Test File Input HTML page
</a><br>
<a href="/WinbatchScripts/Temp_20060125145820.txt"> Temp Text File
</a><br>
then I pointed WinHTTrack at the page and used the following filters:
-* +*/WinbatchScripts/*
it downloads everything but the .MDB file. I tried again with -*
+*/WinbatchScripts/*.mdb but got nothing either.
are there certain file types it can't copy/download ? |