Re: Dynamic Images

2002-02-01 Thread RUI SHANTILAL
Sorry for considering it a bug, you´re absolutely correct ! Thanx for the prompt reply !! smiler - Original Message - From: "Hack Kampbjørn" <[EMAIL PROTECTED]> To: "RUI SHANTILAL" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 1:30 AM Subject: Re: Dynamic Im

FTP passwords?

2002-02-01 Thread John A Ogren
Hello, I'd like to use 'wget' to mirror a remote ftp directory, but it requires a username and password to access the server. I don't see any mention of command-line options for supplying this information for an FTP server, only for an HTTP server. Is this a bug, or a feature, or am I just missi

Re: BUG https + index.html

2002-02-01 Thread csaba . raduly
On 01/02/2002 12:10:59 "Mr.Fritz" wrote: >After the https/robots.txt bug, doing a recursive wget to an https-only server >gives me this error: it searches for http://servername/index.html but there >is no server on port 80, so wget receives a Connection refused error and >quits. It should searc

Re: Can't compile wget with ipv6 support.

2002-02-01 Thread Thomas Lussnig
> > >> Today I updated wget sources from cvs and tried to compile them and I >> got the following: >> >> gcc -I. -I. -DHAVE_CONFIG_H >> -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" >> -DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c >> ftp.c >> In file included from ft

Re: Can't compile wget with ipv6 support.

2002-02-01 Thread Thomas Lussnig
Alexey Aphanasyev wrote: >Hello all, > >I'm using wget on FreeBSD 4.4. > >Today I updated wget sources from cvs and tried to compile them and I >got the following: > >gcc -I. -I. -DHAVE_CONFIG_H >-DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" >-DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2

Can't compile wget with ipv6 support.

2002-02-01 Thread Alexey Aphanasyev
Hello all, I'm using wget on FreeBSD 4.4. Today I updated wget sources from cvs and tried to compile them and I got the following: gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" -DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c ftp.c In file

Re: timestamping content-length --ignore-length

2002-02-01 Thread Daniel Stenberg
On Fri, 1 Feb 2002, Ian Abbott wrote: > > The "proper" action (IMHO) would be to use a true HTTP/1.1 request and > > thus most likely receive a chunked transfer-encoded data stream back, > Does PHP do that? PHP does that. With the help of Apache of course. > > Surely it wouldn't be much differ

HTTP/1.1 (was Re: timestamping content-length --ignore-length)

2002-02-01 Thread Ian Abbott
On 1 Feb 2002 at 8:17, Daniel Stenberg wrote: > You may count this mail as advocating for HTTP 1.1 support, yes! ;-) I did write down some minimal requirements for HTTP/1.1 support on a scrap of paper recently. It's probably still buried under the more recent strata of crap on my desk somewhere!

Re: timestamping content-length --ignore-length

2002-02-01 Thread Ian Abbott
On 1 Feb 2002 at 8:17, Daniel Stenberg wrote: > On Thu, 31 Jan 2002, Ian Abbott wrote: > > The problem is that wget uses persistent connections by default if the > > server supports them. As you are using --ignore-length, wget must wait for > > more data will arrive while the connection is open.

BUG https + index.html

2002-02-01 Thread Mr.Fritz
After the https/robots.txt bug, doing a recursive wget to an https-only server gives me this error: it searches for http://servername/index.html but there is no server on port 80, so wget receives a Connection refused error and quits. It should search for https://servername/index.html (wget

BUG: wget -r with https and robots

2002-02-01 Thread Mr.Fritz
When I retrieve recursively a directory using a site with https protocol, it searches for http://sitename/robots.txt but the site has only port 443 (https) open, so there is a connection refused error. Wget thinks the site is down and aborts the transfer. Wget should search for https://sitename/ro