hello, I can not mirror files from IIS server that is using NTLM auth
wget -m http://user:passw...@host/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:passw...@host/path/ this downloads index.html wget -i index.html -m --no-parent -F -B \ http://user:passw...@host/path/ this downloads the files can someone fix the bug? -- Miroslav Madzarevic, Programmer/Linux System Administrator OS Admin - http://www.osadmin.com
