| Hi,
I am using the proxy setting in the command line as
-P username:password@99.999.9.9:8080
i.e. the command line looks like :
-%L C:\Tandra\urls.txt -O "C:\\My Web Sites\files" -P
username:password@99.999.9.9:8080 +*.gif +*.jpg
+*.png -s0 -p3 -u1 -v -f -b1 -p3 %P %s
so,if I want to put two urls in a file will the file
look like :
<http://username:password@99.999.9.9:8080>@
www.proxy_requiring_site.com/sub/default.asp?flag1=4&Language=English&flag2=Yes
<http://www.without_proxy_site.com/home>
Thanks in advance | |