RE: wget tries to use illegal chars in filename

2002-07-01 Thread Herold Heiko
Title: Bericht Use 1.8.2 or 1.9-beta. PREVINET S.p.A. [EMAIL PROTECTED]-- Via Ferretto, 1 ph x39-041-5907073-- I-31021 Mogliano V.to (TV) fax x39-041-5907472-- ITALY -Original Message-From: Carl S. in 't Veld [mailto:[EMAIL PROTECTED]]Sent: Sunday, June 30, 2002 1:01

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

Re: user-agent string for IE

2002-07-01 Thread Cédric Rosa
Hello Jakub, try: --user-agent=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) (with quotes) Regards, Cedric Rosa. At 10:35 01/07/2002 +0100, you wrote: 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)

space to %20

2002-07-01 Thread Ondrej Scecina
Hi. I'm using your wget program, but I have one problem. When I'm trying to download something (for instance: http://some.one.com/a b.mp3), the program stores it as a%20b.mp3. My sofftware is (RedHat 7.3, Athlon). I tried version 1.8.2-2 (from fr2.rpmfind.net), but there is a problem too.

Re: Feature Request: Stop on error from input url file list.

2002-07-01 Thread Andre Majorel
On 2002-06-29 21:09 -0400, Dang P. Tran wrote: I use the -i option to download files from an url list. The server I use have a password that change often. When I have a large list if the password change while I'm downloading and give 401 error, I want wget stop to prevent hammering the site