downloading files 2GB

2005-01-31 Thread Cezary Sliwa

What about downloading files over 2GB on 32-bit platforms?

Czarek



Images in a CSS file

2005-01-31 Thread Deryck Thake
Hello,

I can make wget copy the necessary CSS files referenced from a webpage
but is it possible to  make it extract any images referenced from
within the CSS file?

Thanks


Re: Images in a CSS file

2005-01-31 Thread jens . roesner
Hi Deryck!

As far as I know, wget cannot parse CSS code
(and neither JavaScript code). 
It has been requested often, but so far noone 
has tackled this (probably rather huge) task. 

CU
Jens
(just another user)


 Hello,
 
 I can make wget copy the necessary CSS files referenced from a webpage
 but is it possible to  make it extract any images referenced from
 within the CSS file?
 
 Thanks
 

-- 
GMX im TV ... Die Gedanken sind frei ... Schon gesehen?
Jetzt Spot online ansehen: http://www.gmx.net/de/go/tv-spot


wget: question about tag

2005-01-31 Thread Normand Savard
Hi,
I have a question about wget.  Is is possible to download other 
attribute value other than the harcoded ones?  For example I have the 
following html code:

...
applet name=RosaApplet archive=./rosa/rosa.jar code=Rosa2000 width=400 
height=300 MAYSCRIPT
param name=TB_POSITION value=right
param name=TB_ALIGN value=top
param name=IMG_URL value=/ms_tmp/1107184599245591.gif
param name=INP_FORM_NAME value=main
...
I want to retrieve the image under param name=IMG_URL.
Thanks.
Norm


Problem downloading

2005-01-31 Thread Richard Otter



I'm trying to mirror a folder called logfiles on 
the site abc.com which has a user and password set. I'm using the following 
command which has worked on other sites -

wget http://user:[EMAIL PROTECTED]/logfiles/ 
-o log.txt

The log reports -

--22:04:00-- http://user:[EMAIL PROTECTED]/logfiles/ 
= `index.html'Resolving abc.com... 123.12.123.123Connecting to 
abc.com[123.12.123.123]:80... failed: No such file or 
directory.Retrying.

--22:04:21-- http://user:[EMAIL PROTECTED]/logfiles/ 
(try: 2) = `index.html'Connecting to abc.com[123.12.123.123]:80... 
failed: No such file or directory.Retrying.

What am I doing wrong?

Thanks


Rates and times remaining

2005-01-31 Thread jay
Hello,
Sorry, not much of a bug but the link to mailing lists for suggestions 
is broken on http://www.gnu.org/software/wget/index.html#bugreports

First of all, nice work.  Hoorah for you(all).
The traffic rates and time remaining could be made better for humans by 
using a moving average instead of a jumpy instant average.

This can be done with shifts if one wants speed.
Jay Nickson