I'm trying to download documents from http://www.textkritik.de/bka/dokumente/dok_buelow/ With Netscape I have access to the .htm files in that directory, 'wget -r http://www.textkritik.de/bka/dokumente/dok_buelow/' doesn't work, probably because the site is obviously databased. Is there a way to do recursive downloads in this case?
-- Andre