RE: win32: how to send wget output to console and a log-file?

2002-05-24 Thread Herold Heiko
IIRC currently you can't without external commands. You could do something like tail -f on the logfile if you have a similar program installed, or log to output and | tee logfile, but all of those require another command. Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto,

404 doesn't giver return code

2002-05-24 Thread Daniel Pfeiffer
Hi, I've strace'd the following, both with --spider and without, it ends in read(3, HTTP/1.1 404 Not Found\r\nDate: Fr..., 4096) = 237 close(3)= 0 time(NULL) = 101858 time(NULL) = 101858 close(2)

win32: how to send wget output to console and a log-file?

2002-05-24 Thread Valery Kondakoff
Hello, Herold! 24 ìàÿ 2002 ã., you wrote to me: HH You could do something like tail -f on the logfile if you have a similar HH program installed, or log to output and | tee logfile, but all of those HH require another command. Thank you for your answer. I downloaded two win32 'tee' ports, and

RE: wget 1.8.2pre2 version issue

2002-05-24 Thread Herold Heiko
Correct. The announce of that version linked to http://fly.srk.fer.hr/~hniksic/wget-1.8.2-pre2.tar.gz which however redirects to -pre1.tar.gz . I named all of those pre2 since the announce linked against that, pre1 would have been a better choice. Heiko Herold -- -- PREVINET S.p.A.

? gets translated to @

2002-05-24 Thread ladislav . gaspar
Hi I do the following: wget http://killefiz.de/zaurus/showdetail.php?app=221 but the file is saved as http://killefiz.de/zaurus/showdetail.php@app=221 (*.php?app gets translated to *.php@app) Why is that and is there a workaround? Cheers Laci

Re: ? gets translated to @

2002-05-24 Thread csaba . raduly
On 24/05/2002 13:39:29 ladislav.gaspar wrote: Hi I do the following: wget http://killefiz.de/zaurus/showdetail.php?app=221 but the file is saved as http://killefiz.de/zaurus/showdetail.php@app=221 (*.php?app gets translated to *.php@app) Why is that and is there a workaround? That *is*

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

Re: ? gets translated to @

2002-05-24 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: I do the following: wget http://killefiz.de/zaurus/showdetail.php?app=221 but the file is saved as http://killefiz.de/zaurus/showdetail.php@app=221 (*.php?app gets translated to *.php@app) Are you running Wget on Windows?

Re: wget: $TERM = emacs should imply progress = dot

2002-05-24 Thread Hrvoje Niksic
Jamie Zawinski [EMAIL PROTECTED] writes: ...since ^M and ^H tricks don't work in emacs shell buffers, they just make a mess. Yup. This patch should fix things. 2002-05-24 Hrvoje Niksic [EMAIL PROTECTED] * progress.c (bar_set_params): Fall back to dot progress if the

Re: win32: how to send wget output to console and a log-file?

2002-05-24 Thread Doug Kaufman
On Fri, 24 May 2002, Valery Kondakoff wrote: I downloaded two win32 'tee' ports, and they works as expected when I'm entering in command line something like this: 'wget.exe -V | tee.exe wget.log', but after I enter 'wget.exe http://someurl.com | tee.exe wget.log' the 'wget.log' file remains

Re: win32: how to send wget output to console and a log-file?

2002-05-24 Thread Ian Abbott
On Fri, 24 May 2002 15:41:01 +0400, Valery Kondakoff [EMAIL PROTECTED] wrote: Hello, Herold! 24 ìàÿ 2002 ã., you wrote to me: HH You could do something like tail -f on the logfile if you have a similar HH program installed, or log to output and | tee logfile, but all of those HH require

Re: win32: how to send wget output to console and a log-file?

2002-05-24 Thread Ian Abbott
On Fri, 24 May 2002 08:03:15 -0700 (PDT), Doug Kaufman [EMAIL PROTECTED] wrote: On Fri, 24 May 2002, Valery Kondakoff wrote: I downloaded two win32 'tee' ports, and they works as expected when I'm entering in command line something like this: 'wget.exe -V | tee.exe wget.log', but after I

Re: wget: $TERM = emacs should imply progress = dot

2002-05-24 Thread Roger L. Beeman
On Fri, 24 May 2002, Hrvoje Niksic wrote: Jamie Zawinski [EMAIL PROTECTED] writes: ...since ^M and ^H tricks don't work in emacs shell buffers, they just make a mess. The tricks seem to be working fine in emacs versions 21.1.1 and 21.2.1 for some reason. Roger L. Beeman

win32: how to send wget output to console and a log-file?

2002-05-24 Thread Valery Kondakoff
Hello, Ian! 24 ìàÿ 2002 ã., you wrote to me: Wget sends to stderr by default. Try wget -o - |tee wget.log. This should send output to stdout, which tee can then handle. IA That doesn't work. It just creates a file called -. IA Interestingly, I've just found out that Win NT's default

Re: wget: $TERM = emacs should imply progress = dot

2002-05-24 Thread Jamie Zawinski
Roger L. Beeman wrote: On Fri, 24 May 2002, Hrvoje Niksic wrote: Jamie Zawinski [EMAIL PROTECTED] writes: ...since ^M and ^H tricks don't work in emacs shell buffers, they just make a mess. The tricks seem to be working fine in emacs versions 21.1.1 and 21.2.1 for some reason.

Re: wget: $TERM = emacs should imply progress = dot

2002-05-24 Thread Hrvoje Niksic
Jamie Zawinski [EMAIL PROTECTED] writes: Roger L. Beeman wrote: On Fri, 24 May 2002, Hrvoje Niksic wrote: Jamie Zawinski [EMAIL PROTECTED] writes: ...since ^M and ^H tricks don't work in emacs shell buffers, they just make a mess. The tricks seem to be working fine in emacs

Re: Wget 1.8.2 cvs branch COPYING

2002-05-24 Thread Richard Stallman
shouldn't the OpenSSL exception also added to the COPYING file? Good question. Please put the exception at the end of the license notice in each source file. To work out some other way to handle it would require lawyer time, and we don't have it available right now.