bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] NTLM mirror bug


From: junkie
Subject: [Bug-wget] NTLM mirror bug
Date: Fri, 12 Dec 2008 23:22:22 +0100

hello,

I can not mirror files from IIS server that is using NTLM auth

wget -m http://user:address@hidden/path/

I get the first page (index.html listing) but it won't get the files listed 
(does not even try ntlm auth on the files as it does on index.html, uses basic 
auth, and just gives up)

but I made a workaround that works by running two commands

wget http://user:address@hidden/path/

this downloads index.html

wget -i index.html -m --no-parent -F -B \
http://user:address@hidden/path/

this downloads the files

can someone fix the bug?

-- 

Miroslav Madzarevic, Programmer/Linux System Administrator
OS Admin - http://www.osadmin.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]