RE: I cannot get the images

2006-05-15 Thread matis
It works!!!

Thank you!

matis



[EMAIL PROTECTED] ("Tony Lewis") powiedza³ tak:

> I think you want to accept all files so just delete -A*.* from your
> argument list because the default behavior is to accept everything.
> 
> Tony




RE: I cannot get the images

2006-05-15 Thread Tony Lewis
The problem is your accept list; -A*.* says to accept any file that contains
at least one dot in the file name and
GetFile?id=DBJOHNUNZIOCSBMOMKRU&convert=image%2Fgif&scale=3 doesn't contain
any dots.

I think you want to accept all files so just delete -A*.* from your argument
list because the default behavior is to accept everything.

Tony
-Original Message-
From: matis [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 15, 2006 6:09 AM
To: wget@sunsite.dk
Subject: I cannot get the images

Hi,
Im trying to get whole directory but images from database are ignored. If
you paste the address below this post to the browser (or even flashget) it
will download the image and open with a default extension .gif . But wget
informs "file should be removed" and then remove it :/ . As effect when
there's a picture on every page (with the address as below) only empty htmls
are downloaded. Does anybody knows what to do?

The address (with the wget command used by me):
wget --cache=off -p -m -erobots=off -t10 -v -A*.*
"http://alo.uibk.ac.at:80/filestore/servlet/GetFile?id=DBJOHNUNZIOCSBMOMKRU
&convert=image/gif&scale=3"
whole html address (broken):
http://www.literature.at/webinterface/library/ALO-
BOOK_V01?objid=13017&page=3&zoom=3

regards
matis



I cannot get the images

2006-05-15 Thread matis
Hi,
Im trying to get whole directory but images from database are ignored. If 
you paste the address below this post to the browser (or even flashget) it 
will download the image and open with a default extension .gif . But wget 
informs "file should be removed" and then remove it :/ . As effect when 
there's a picture on every page (with the address as below) only empty 
htmls are downloaded. Does anybody knows what to do?

The address (with the wget command used by me):
wget --cache=off -p -m -erobots=off -t10 -v -A*.*  
"http://alo.uibk.ac.at:80/filestore/servlet/GetFile?id=DBJOHNUNZIOCSBMOMKRU
&convert=image/gif&scale=3"
whole html address (broken):
http://www.literature.at/webinterface/library/ALO-
BOOK_V01?objid=13017&page=3&zoom=3

regards
matis