Hi , * <[EMAIL PROTECTED]> wrote from a remote bunker : > Kunal Shah [linux-list] <04/07/02 10:22 +0530>: > > while running wget, did you specify which .wgetrc file > > should he check ? > > --kunal > > > wget by default will search for a /etc/wgetrc file and if that is not > available will look for a $HOME/.wgetrc file. besides it is able to connect > to the proxy, what i want to know is how to provide my username and password > for the proxy, coz this is what i feel is causing the problem.
Did you miss something on the wget man page :) <snippet> --proxy-user=user --proxy-passwd=password Specify the username user and password password for authentication on a proxy server.Wget will encode them using the "basic" authentication scheme. <end snippet> cheers dushyanth -- 11th commandment - Covet not thy neighbor's Pentium. http://symonds.net/~dushy ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Caffeinated soap. No kidding. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
