[please cc to my email, I am not register to the list] Hi all, I am triying to mirror a dynamic asp website using wget with this url:
wget --mirror --convert-links --backup-converted --html-extension -o logfile http://10.4.1.110:81/somedir After downloading about 4 MB the download it get stuck on a specific file: <log> Falta la fecha de la última modificación -- marcas de tiempo apagadas. --02:00:02-- http://10.4.1.110:81/presidencia/modulos.asp?id=221 Reusing existing connection to 10.4.1.110:81. Petición HTTP enviada, esperando respuesta... 200 OK Longitud: 21264 (21K) [text/html] Saving to: `10.4.1.110:81/presidencia/modulos.asp?id=221.html' 0K .......... .......... </log> And it would be a hours until the file is download. If the file is page is downloded directly using http://10.4.1.110:81/xxxxx/xxxx.asp?id=221 The file is downloaded with no problem. So my hypothesis is that the MS Internet Informatation service is bloking me because wget is doing to many http requests at the time that it may be seen as an DoS attack. Is this reasoning right? If it is right, how can I keeping mirrorin the files with wget and not being seen as attacker? The other solution is to configure ISS, but i gues this is no something you can help me on this list. Hope you can help, Rafael [please cc to my email, I am not register to the list]
