Re: WGET & POST

2001-08-21 Thread Edward J. Sabol
> is there a way to use HTTP POST with wget ?? Unfortunately, no. Wget doesn't support POSTs yet (only GETs). It will someday, I hope. If you search the wget mailing list archive, you'll find a couple source code patches which have implemented the POST capability in wget, but they have not been a

WGET & POST

2001-08-21 Thread Sönke Ruempler
Hi, is there a way to use HTTP POST with wget ?? pls cc to me cuz i am not on the list ;) -- Mit freundlichem Gruß Sönke Ruempler top concepts Internetmarketing GmbH -- http://www.topconcepts.com Tel. +49 4141 9912 30 mail: [EMAIL PROT

Re: Size bug in wget-1.7

2001-08-21 Thread Ian Abbott
On 17 Aug 2001, at 11:41, Dave Turner wrote: > On Fri, 17 Aug 2001, Dave Turner wrote: > > > By way of a hack I have used the SIZE command, not supported by RFC959 but > > still accepted by many of the servers I use, to get the size of the file. > > If that fails then it falls back on the old me

Re: Size bug in wget-1.7

2001-08-21 Thread Dave Turner
On Tue, 21 Aug 2001, Ian Abbott wrote: > Nice patch. I think it can be improved by only sending the SIZE command > if the file already exists (has a non-zero size, i.e. restval parameter > in function getftp is non-zero). Yep, good plan, like it. > I have attached a slightly modified version of