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

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.c, options.h:

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 they really

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.) e.g., with

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' in

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 wget tarball for

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 Makefile.in.in and

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 when a new `.c' file

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.

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) 2.

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

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 the

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 Wget does

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 a href=andressa.htm#img src=f4andremin.jpg width=90 height=120 border=0 onClick =MM_openBrWindow('f4and.htm','','width=315,height=420')/a The

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]