parallel fetching

2004-07-13 Thread Dan Jacobson
Maybe add an option so e.g., $ wget --parallel URI1 URI2 ... would get them at the same time instead of in turn.

Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote: > > It's not a bug. This feature has been on the wishlist for a long time. > > Ok, thank you. > > Do you know if this wish will be included in the next release ? I'm not aware that anyone is working on it. Volunteers? Tony

Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
On Tue, 2004-07-13 at 18:11, Tony Lewis wrote: > > Is it already registered as a bug or in a whishlist ? > > It's not a bug. This feature has been on the wishlist for a long time. Ok, thank you. Do you know if this wish will be included in the next release ? Ploc -- ,

Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote: > Is it already registered as a bug or in a whishlist ? It's not a bug. This feature has been on the wishlist for a long time. Tony

Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
Hello, and thanks for your answer. But is it a bug or a feature ? I mean, is it useful to notify this as a bug or in a whishlist ? Is it already registered as a bug or in a whishlist ? How can we solve this problem while wget can handle "css embedded url" ? Thank you, Ploc --

Re: Multiple slashes compression

2004-07-13 Thread Victor Nazarov
Atwood, Robert C wrote: Are you sure it is not the shell that is getting rid of multiple slashes? is the argument place in single quotes? -Original Message- From: Victor Nazarov [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 14:01 To: [EMAIL PROTECTED] Subject: Multiple slashes compressio

Re: retrieve a whole website with image embedded in css

2004-07-13 Thread Tony Lewis
Ploc wrote: > The result is a website very different from the original one as it lacks > backgrounds. > > Can you please confirm if what I think is true (or not), if it is > registered as a bug, and if there is a date planning to correct it. It is true. wget only retrieves objects that appear in

RE: Multiple slashes compression

2004-07-13 Thread Atwood, Robert C
Are you sure it is not the shell that is getting rid of multiple slashes? is the argument place in single quotes? -Original Message- From: Victor Nazarov [mailto:[EMAIL PROTECTED] Sent: 13 July 2004 14:01 To: [EMAIL PROTECTED] Subject: Multiple slashes compression I've been using wge

Multiple slashes compression

2004-07-13 Thread Victor Nazarov
I've been using wget-1.9.1 and noticed that I'm unable to dounload some files from one server. I've tried lots of ways round modifing the HTTP request and using the -d option. And finally I've found the resone of failure. Wget compress multiple slashes in the url path into one. After this path

retrieve a whole website with image embedded in css

2004-07-13 Thread Ploc
Hello, I'm not subscribed at this list so please include my email ([EMAIL PROTECTED]) in the replies. I'm retreiving a website created with gallery (http://gallery.sourceforge.net/), the php powered photo album and I'm trying to mirror it onto a cdrom, as a static website using wget. >wget -V GN