download of flash

2002-05-24 Thread jgrosman

Hello everyone.

I have one question depending wget and flash plugin.
I am using wget on Linux to download www pages.
I would like to download also pages with flash graphics (.swf) 
but mostly a get only a .gif varition of flash graphic. 
I know that is promoted due to testing of having or not having
flash plugin. 
Is it possible to download some way flash graphic with wget
or is there a possibility to recompile wget to look like having
flash plugin /only to answer on question of server that he has
got flash plugin/ whater it has or not.

Or I am mistaken and is it due another cause?

Jakub



user-agent string for IE

2002-06-25 Thread jgrosman

Hi all.

Sorry for my asking but I am new user of wget. At first I have to say that 
this utility is realy great.
I am asking you for help. I was carefuly listening the debat about 
robots.txt, but it is not solving my problem.
I am using wget (the latest version) under Red Hat 6.2 in the mirroring mode. 
Some pages are unfortunately written strictly for MS Internet Explorer - due 
to JavaScripts or iframe. When I want to mirror this page I have to to set 
user-string as looking asi MS IE :-( 
I was trying:
--user-agent=Mozilla/4.0
--user-agent=MSIE/6.0
But it does not work :-(
I have read in wget manual that this could be seen as a violation of 
browser-developer's law. But I am using it for my own purpose, so it could 
get through.

Thanks for all answers and suggestions.
Jakub

Jakub Grosman
===
PRIME TIME CS
Janackovo nabrezi 51, 150 00 Praha 5
Tel:+420-2-5151-2013
GSM:  +420-603-179297
http://www.primetime.cz & http://www.e-telereport.cz
===



user-agent string for IE

2002-06-25 Thread jgrosman

Hi all.

Sorry for my asking but I am new user of wget. At first I have to say that 
this utility is realy great.
I am asking you for help. I was carefuly listening the debat about 
robots.txt, but it is not solving my problem.
I am using wget (the latest version) under Red Hat 6.2 in the mirroring mode. 
Some pages are unfortunately written strictly for MS Internet Explorer - due 
to JavaScripts or iframe. When I want to mirror this page I have to to set 
user-string as looking asi MS IE :-( 
I was trying:
--user-agent=Mozilla/4.0
--user-agent=MSIE/6.0
But it does not work :-(
I have read in wget manual that this could be seen as a violation of 
browser-developer's law. But I am using it for my own purpose, so it could 
get through.

Thanks for all answers and suggestions.
Jakub



Re: user-agent string for IE

2002-07-01 Thread jgrosman

Thanks for reply and sorry for my long response.
I was trying to use:
--user-agent=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

But there was a syntax error:
bash: syntax error near unexpected token  (c'

So what is the correct syntax?

Thanks Jakub

Jakub Grosman
===
PRIME TIME CS
Janackovo nabrezi 51, 150 00 Praha 5
Tel:+420-2-5151-2013
GSM:  +420-603-179297
http://www.primetime.cz & http://www.e-telereport.cz
===
-- Original Text --

From: <[EMAIL PROTECTED]>, on 26.6.2002 12:28:


On 20/06/2002 10:03:13 jgrosman wrote:

>Hi all.
>
[snip question about emulating IE in the User-agent string]

Virtually all browsers start their User-Agent with "Mozilla"
For IE 6, try something like

"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"

--
Csaba Ráduly, Software Engineer   Sophos Anti-Virus
email: [EMAIL PROTECTED]http://www.sophos.com
US Support: +1 888 SOPHOS 9 UK Support: +44 1235 559933





segmentation fault

2002-07-19 Thread jgrosman

Hi all.

I have one question (you have already helped me, so I hope it could happen 
the same once again).
I have script for downloading gif files from different sites (they are called 
from PostgreSQL database). 
I am downloading the files from WWW and creating suck.html, where are defined 
URL, which fulfil my condition (using awk), after I run wget once again and 
getting the files defined in suck.html, but there must be some error :-((

First run of wget: WGET -m -l1 -nd -np $SITE 
Second run  of wget (using the suck.html): WGET -m -l1 --base=$SITE -H -F -i 
$TMPDIR/suck.html

Error message in the log file: 790 Segmentation fault  $WGET -m -l1 
--base=$SITE -H -F -i $TMPDIR/suck.html

When I am using the wget in normal mode (not using the mirror mode), 
everything is working fine. Is it a problem of mirroring or unkonow/known bug?

Thanks for help and your time
Jakub



segmentation fault

2002-07-22 Thread jgrosman

Hi all.

I have one question (you have already helped me, so I hope it could happen 
the same once again).
I have script for downloading gif files from different sites (they are called 
from PostgreSQL database). 
I am downloading the files from WWW and creating suck.html, where are defined 
URL, which fulfil my condition (using awk), after I run wget once again and 
getting the files defined in suck.html, but there must be some error :-((

First run of wget: WGET -m -l1 -nd -np $SITE 
Second run  of wget (using the suck.html): WGET -m -l1 --base=$SITE -H -F -i 
$TMPDIR/suck.html

Error message in the log file: 790 Segmentation fault  $WGET -m -l1 
--base=$SITE -H -F -i $TMPDIR/suck.html

When I am using the wget in normal mode (not using the mirror mode), 
everything is working fine. Is it a problem of mirroring or unkonow/known bug?

Thanks for help and your time
Jakub



user-agent string

2002-09-02 Thread jgrosman

Hi all,
I am using wget a long time ago and it is realy great utility.
I run wget 1.8.22 on redhat 7.3 and my problem is concerning the user agent 
string.
I run this command: 
wget -m --user-agent="Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)" -l0 -H 
-Dsite -nd -np -Pdirectory http://site

But I get the same files as running this coomand without using user-agent 
string.
Could someone explain me, what I am making not correct?

Thanks
Jakub