On Thu, Aug 20, 2009 at 10:19:41AM +0530, Manu Kumar  Agarwal wrote:
>Hi all,
>
>I am using the wget command on uClinux systems through the busybox 
>functionality.
>
>My problem is that I want to download a file from a remote location through 
>the http protocol using authentication (username and password), but the wget 
>command present with the busybox does not support the sending of the 
>authentication credentials to the http server. It gives the error 401 Access 
>denied.

you should be able to use the standard method to pass username:pass,
like:
wget https://user:[email protected]/uri.lzma
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to