Re: Help needed! How to pass XML message to webserver

2003-09-10 Thread Mauro Tortonesi
On Mon, 8 Sep 2003, Vasudha Chiluka wrote: > Hi , > > I need to pass XML message to a webserver using http. > Could anybody tell me how I can accomplish this using wget. > Any help is greatly appreciated.. why would you want to use wget for this? try with nc6: echo -en "PUT http://theurl HTTP 1.

Re: --disable-dns-cache patch

2003-09-10 Thread Mauro Tortonesi
On Sun, 7 Sep 2003, Hrvoje Niksic wrote: > Jeremy Reeve <[EMAIL PROTECTED]> writes: > > > Please consider this, my trivial --disable-dns-cache patch for wget. > > > > ChangeLog should read something like: > > > > 2003-09-07 Jeremy S. Reeve <[EMAIL PROTECTED]> > > * host.c, init.c, main.

content-disposition header support

2003-09-10 Thread Tobias Weber
Hi, recursive downloading of cgi output gave me useless filenames. wget doesn't seem to support the content-disposition header that is part of RFC2616 (section 19.5.1), at least the string "disposition" occurs nowhere in the source distribution. In the list archive I found messages from 2001 which

Re: --disable-dns-cache patch

2003-09-10 Thread Hrvoje Niksic
Mauro Tortonesi <[EMAIL PROTECTED]> writes: >> Thanks for the patch. I'm curious, in what circumstances would one >> want to use this option? (I'm also asking because of the manual in >> which I'd like to explain why the option is useful.) > > e.g., with RFC 3041 temporary ipv6 addresses. Do th

Re: --disable-dns-cache patch

2003-09-10 Thread Mauro Tortonesi
On Wed, 10 Sep 2003, Hrvoje Niksic wrote: > Mauro Tortonesi <[EMAIL PROTECTED]> writes: > > >> Thanks for the patch. I'm curious, in what circumstances would one > >> want to use this option? (I'm also asking because of the manual in > >> which I'd like to explain why the option is useful.) > >

Re: autoconf 2.5 patch for wget

2003-09-10 Thread Hrvoje Niksic
[ I'm Cc-ing the list because this might be interesting to others. ] Mauro Tortonesi <[EMAIL PROTECTED]> writes: > ok, i agree here. but, in order to help me with my work on wget, could > you please tell me: > > * how do you generate a wget tarball for a new release With the script `dist-wget'

Re: autoconf 2.5 patch for wget

2003-09-10 Thread Mauro Tortonesi
On Wed, 10 Sep 2003, Hrvoje Niksic wrote: > [ I'm Cc-ing the list because this might be interesting to others. ] > > Mauro Tortonesi <[EMAIL PROTECTED]> writes: > > > ok, i agree here. but, in order to help me with my work on wget, could > > you please tell me: > > > > * how do you generate a wge

Re: autoconf 2.5 patch for wget

2003-09-10 Thread Hrvoje Niksic
Mauro Tortonesi <[EMAIL PROTECTED]> writes: >> > * how do you generate/maintain gettext-related files (e.g. the files in >> >the po directory >> >> The `.po' files are from the translation project. POTFILES.IN is >> generated by hand when a new `.c' file is added. > > ok, but what about Make

Re: autoconf 2.5 patch for wget

2003-09-10 Thread Mauro Tortonesi
On Wed, 10 Sep 2003, Hrvoje Niksic wrote: > Mauro Tortonesi <[EMAIL PROTECTED]> writes: > > >> > * how do you generate/maintain gettext-related files (e.g. the files in > >> >the po directory > >> > >> The `.po' files are from the translation project. POTFILES.IN is > >> generated by hand wh

wget --spider issue

2003-09-10 Thread Andreas Belitz
Hi, i have found a problem regarding wget --spider. It works great for any files over http or ftp, but as soon as one of these two conditions occur, wget starts downloading the file: 1. linked files (i'm not 100% sure about this) 2. download scripts (i.e. http://www.nothing.com/downloa

Re: wget --spider issue

2003-09-10 Thread Aaron S. Hawley
On Wed, 10 Sep 2003, Andreas Belitz wrote: > Hi, > > i have found a problem regarding wget --spider. > > It works great for any files over http or ftp, but as soon as one of > these two conditions occur, wget starts downloading the file: > > 1. linked files (i'm not 100% sure about this) >

Re: wget --spider issue

2003-09-10 Thread Andreas Belitz
Hi Aaron S. Hawley, On Wed, 10. September 2003 you wrote: ASH> actually, what you call download scripts are actually HTTP redirects, and ASH> in this case the redirect is to an FTP server and if you double-check i ASH> think you'll find Wget does not know how to spider in ftp. end ASH> run-on-se

Re: autoconf 2.5 patch for wget

2003-09-10 Thread Hrvoje Niksic
Mauro Tortonesi <[EMAIL PROTECTED]> writes: >> AFAIR wget.pot is generated by Makefile. (It should probably not be >> in CVS, though.) Makefile.in.in is not generated, it was originally >> adapted from the original Makefile.in.in from the gettext >> distribution. It has served well for years in

Re: using host-cache configurable via command line

2003-09-10 Thread Hrvoje Niksic
Patrick Cernko <[EMAIL PROTECTED]> writes: > I discovered a small problem with the increasing number of servers with > canching IPs but constant name (provided by Nameservers like > dyndns.org). If the download with wget is interrupted by a IP change > (e.g. a dialup host whose provider killed the

Re: wget --spider issue

2003-09-10 Thread Aaron S. Hawley
On Wed, 10 Sep 2003, Andreas Belitz wrote: > Hi Aaron S. Hawley, > > On Wed, 10. September 2003 you wrote: > > ASH> actually, what you call download scripts are actually HTTP redirects, and > ASH> in this case the redirect is to an FTP server and if you double-check i > ASH> think you'll find Wge

wget and MM_openBrWindow

2003-09-10 Thread Wilson Rosa
Hi, I've found a page with a definition function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } and its use ="MM_openBrWindow('f4and.htm','','width=315,height=420')"> The idea is to click and a window pops up (f4and.htm) wich simply loads an image.

Re: wget and MM_openBrWindow

2003-09-10 Thread Adam Stein
Wget doesn't interpret Javascript, only regular HTML (AFAIK). Wget won't be able to follow any links that are only setup thru a Javascript function like MM_openBrWindow(). Adam -- Adam Stein @ Xerox Corporation Email: [EMAIL PROTECTED]

Re: small doc update patch

2003-09-10 Thread Hrvoje Niksic
Noèl Köthe <[EMAIL PROTECTED]> writes: > Just a small patch for the documentation: > > --- wget-1.8.2.orig/doc/wget.texi > +++ wget-1.8.2/doc/wget.texi > @@ -507,7 +507,7 @@ > @item -t @var{number} > @itemx [EMAIL PROTECTED] > Set number of retries to @var{number}. Specify 0 or @samp{inf} for