Re: problem getting a file

2001-06-08 Thread Jan Prikryl
Quoting Simha, Shuba ([EMAIL PROTECTED]): > I am a first-time user of wget. I have wget within my Cygwin. I am > trying to get a file from a remote host as explained below, but it > fails to connect. Can anybody point me where I am going wrong? Could you please provide us with the full debuggin

Re: ftp and .netrc via proxy problem

2001-06-08 Thread Richard Travett
Hi Joe, > Squid is not a proxy for FTP clients, it only talks to HTTP clients, > though it will talk to FTP servers on behalf of HTTP clients. Umm, that may be so (I have no idea so I'll take your word for it), but unless I've missed something I don't understand how this affects what I'm trying

Re: ftp and .netrc via proxy problem

2001-06-08 Thread Joe Cooper
Silly me. I see FTP and Squid in the same sentence and assume it is YAFQ (yet another ftp question--they happen all the time on the Squid list). In this case, wget I guess is acting correctly as an http client, so no problem there. Looking at it again more closely, here's what I bet is happen

RE: problem getting a file

2001-06-08 Thread Simha, Shuba
Thanks a bunch for reply Jan.. I could get it to work! All I had to do was include the following lines in my .wgetrc file.. http_proxy = http://ourproxyserver.com:1010/ use_proxy = on user-agent = Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0) But I have another problem now. I want to get o

Re: ftp and .netrc via proxy problem

2001-06-08 Thread Richard Travett
Hi Joe, Thanks for your comments so far. > Silly me. I see FTP and Squid in the same sentence and assume it is > YAFQ (yet another ftp question--they happen all the time on the Squid list). Thats ok. > In this case, wget I guess is acting correctly as an http client, so no > problem there.

wget-1.7 does not compile with glibc1 (libc5)

2001-06-08 Thread Parsons, Donald
Previous versions up to 1.6 compiled fine. cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCA LEDIR=\"/usr/share/locale\"' CFLAGS='-O2 -fomit-frame-pointer -march=pentium -mcpu=pentium -pipe' LD FLAGS='-s' LIBS='' prefix='/usr' exec_prefix='/usr

Re: wget-1.7 does not compile with glibc1 (libc5)

2001-06-08 Thread Andre Majorel
On 2001-06-08 17:57 -0400, Parsons, Donald wrote: > Previous versions up to 1.6 compiled fine. > > cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H >-DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCA > LEDIR=\"/usr/share/locale\"' CFLAGS='-O2 -fomit-frame-pointer -march=pentium >-mcpu=pentium

wget & ssl & solaris non-randomness

2001-06-08 Thread karl
On Solaris 2.6 and 2.7 (without sufficient patches), openssl doesn't have enough built-in randomness (see error message below). It's possible to make the openssl cmdline utility work by setting RANDFILE to a file containing lots of random data, but wget does not look at this, as far as I can tell

dynamic web page using wget?

2001-06-08 Thread Jingwen Jin
Hi, Do any of you know if wget allows us to retrieve dynamic query pages? I tested wget http://altavista.com/sites/search/web?q=music&kl=XX&pg=q which queries "music" at altavista. But wget doesn't work with this... Can somebody please help? Thanks for your attention, Jingwen

Re: dynamic web page using wget?

2001-06-08 Thread Jan Prikryl
Quoting Jingwen Jin ([EMAIL PROTECTED]): > Hi, Do any of you know if wget allows us to retrieve dynamic query pages? In certain cases, yes. > I tested > wget http://altavista.com/sites/search/web?q=music&kl=XX&pg=q > > which queries "music" at altavista. But wget doesn't work with this..