> Hi, When I run this command from the DOS prompt: > wget.exe --output-document=C:\F-Prot\FP-Def.zip > --http-proxy=http://139.141.91.12:80/ > http://www.f-prot.com/cgi-bin/get_randomly?fp-def > I get "unrecognized option '--http-proxy=http://139.141.91.12:80/'. > Can U Please, e-mail me the right command to download the file through the > proxy. TIA.
Where did you see that wget has such argument --http-proxy? It's not mentioned anywhere in the manpage nor infopages. Try this: wget.exe --output-document=C:\F-Prot\FP-Def.zip -e "http_proxy=http://139.141.91.12:80" http://www.f-prot.com/cgi-bin/get_randomly?fp-def (All on one line.) Vlada
