[EMAIL PROTECTED] wrote: > > When I am using wget for CGI-scripts with argumets, > I need use "&" (ampersand) between argumets; > but wget change "&" to "%26" via quoting. > Ho cat I get > http://find.infoart.ru/cgi-bin/yhs.pl?hidden=http%3A%2F%2Ffind.infoart.ru&word=wget > ?
Which version of wget are you using? I have no problem getting this page with wget 1.7. Note that I use -O as the wget proposed filename would be illegal on windows (contains '?:/'): $ wget -O testing -S 'http://find.infoart.ru/cgi-bin/yhs.pl?hidden=http%3A%2F%2Ffind.infoart.ru&word=wget' --12:06:44-- http://find.infoart.ru/cgi-bin/yhs.pl?hidden=http%3A//find.infoart.ru&word=wget => `testing' Connecting to find.infoart.ru:80... connected! HTTP request sent, awaiting response... 200 OK 2 Date: Sun, 21 Oct 2001 10:09:23 GMT 3 Server: Apache/1.3.20 (Unix) mod_fastcgi/2.2.8 rus/PL30.5 4 Connection: close 5 Content-Type: text/html; charset=windows-1251 6 0K ....... @ 10.82 KB/s Last-modified header missing -- time-stamps turned off. 12:06:44 (10.82 KB/s) - `testing' saved [7327] > PS: Please, answer directly to <[EMAIL PROTECTED]>. -- Med venlig hilsen / Kind regards Hack Kampbj�rn
