-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Preetam Joshi wrote:
> Apologies if posting on wrng link but i am badly in need of help.
> 
> I am trying to use wget following is the syntax
> 
> wget -d --proxy-user="someuser" --proxy-password="somepasswd"
> http://10.16.0.35:80/www.google.com/

Yeah... that's not how you use a proxy. The proxy shouldn't show up in
the actual URL you're trying to get. I'm guessing you want:

  $ wget --proxy-user=someuser \
  --proxy-password=somepasswd -e http_proxy=http://10.16.0.35/ \
  www.google.com

Good luck! :)

BTW, it's considered good etiquette to start a completely new thread if
your topic isn't the same as the one in the message you're responding to.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHoDFu7M8hyUobTrERApviAJ9r6vGB3KWQFffmQXJJe7gZgiv0kQCeKqhl
Cr2+VI5oDs4DzClrRPnTUmM=
=/p+c
-----END PGP SIGNATURE-----

Reply via email to