[Ilugc] Further Details ... wget -- Authentication Issue. Reuired Help !!!

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Thu Mar 3 23:25:24 2005

On Thu, 3 Mar 2005 06:06:58 -0800 (PST), deepu deepu
<deepu_linux@xxxxxxxxx> wrote:

wget -c
http://web-site/directory/directory/directory/directory/directory/filename.b.iso
--http-user=MyDomain\MyUsername -http-passwd=MyPasswd

If you typed this exactly as it is, then it won't work. You need to
have single quotes to protect the '\' character. Like this:

--http-user='DOMAIN\USERNAME'

Binand

Other related posts: