Re: Wget

2001-03-06 Thread csaba . raduly
I'm confused. I thought 1.5.3 *did* display the dots, but I could be wrong. Please send queries like this to the list ( [EMAIL PROTECTED] ), not to me personally. -- Csaba Rduly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED]

Re: wget bug - after closing control connection

2001-03-08 Thread csaba . raduly
Which version of wget do you use ? Are you aware that wget 1.6 has been released and 1.7 is in development (and they contain a workaround for the "Lying FTP server syndrome" you are seeing) ? -- Csaba Rduly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED]

Re: windows, continue bug

2001-05-04 Thread csaba . raduly
You mean this ? ---8--- DEBUG output created by Wget 1.7-dev on Windows. parseurl (http://turtle.power.org/;) - host turtle.power.org - opath - dir - file - ndir newpath: / Checking for turtle.power.org in

New and improved Makefile.watcom

2001-05-13 Thread csaba . raduly
This is a rewrite of Makefile.watcom It is the end of two separate OBJ file lists (one for dependencies, the other for the linker command) which needed to be kept in sync. The explicit dependency list is also gone (Watcom C can pass dependencies to Watcom Make when using .AUTODEPEND)

RE: New and improved Makefile.watcom

2001-05-14 Thread csaba . raduly
Herold Heiko Heiko.Herold@prTo: 'Hrvoje Niksic' [EMAIL

Re: WGET for OS/2 and Proxy-Server

2001-05-16 Thread csaba . raduly
Hrvoje Niksic hniksic@arsdigitaTo: Wget List [EMAIL

Yet another Makefile.watcom :-)

2001-05-16 Thread csaba . raduly
An hour of careful debugging can save you five minutes of reading the documentation (See attached file: Makefile.watcom) This version gets rid of the ugly double list of object files (one for the linker, one for the dependencies ). EXPLANATION target=Watcom users WLINK expects the object

Re: Bus errors and recursion

2001-06-18 Thread csaba . raduly
[about alloca vs malloc] If you allocate with malloc and then accidentally overwrite it, you get a corrupted heap. If you allocate with alloca and then accidentally overwrite it, you get a corrupted stack. Guess which is easier to notice :-) Besides, alloca is a GCC builtin (IIRC), so you you

Re: wget mirroring busted

2001-11-15 Thread csaba . raduly
On 14/11/2001 16:27:34 jwz wrote: [EMAIL PROTECTED] wrote: Can you post the entire debug log (on a web/ftp site, of course, not the list). Done -- http://www.jwz.org/wget-log.gz Does this mean you can't reproduce this when you run wget the same way I did? No, I just wanted to take a look

Re: wget1.7.1: Compilation Error (please Cc'ed to me :-)

2001-11-28 Thread csaba . raduly
On 28/11/2001 10:28:44 Daniel Stenberg wrote: On Wed, 28 Nov 2001, zefiro wrote: ld: Undefined symbol _memmove Do you have any suggestion ? SunOS 4 is known to not have memmove. Isn't configure supposed to notice that ? -- Csaba Ráduly, Software Engineer

Re: Recursive retrieval of page-requisites

2001-10-09 Thread csaba . raduly
On 09/10/2001 14:25:57 Andre Pang wrote: On Tue, Oct 09, 2001 at 03:46:52PM +0300, Mikko Kurki-Suonio wrote: To me that sounds like a logical combination of -r -np -p? Any correction appreciated. Doesn't work, apparently because -np overrides -p. I.e. with -np set, no document outside

Re: A tricky download

2001-10-12 Thread csaba . raduly
On 12/10/2001 16:49:07 Edward J. Sabol wrote: [snip question about downloading a site with Javascript-only links] Probably not. If the only links to the other chapters are in JavaScript commands, then there's no way wget can do it. Wget does not interpret JavaScript and most likely never will.

Re: Wget 1.8-beta1 now available

2001-12-03 Thread csaba . raduly
On 01/12/2001 19:44:44 John Poltorak wrote: On Sat, Dec 01, 2001 at 04:30:47PM +0100, Hrvoje Niksic wrote: John Poltorak [EMAIL PROTECTED] writes: Is it possible to include OBJEXT in Makefile.in to make this more cross-platform? I suppose so. I mean, o is already defined to .@U@o, but

Re: Uncoupling translations from source

2001-12-10 Thread csaba . raduly
On 10/12/2001 08:10:12 Martin v. Loewis wrote: Maybe you wanted to say that many Europeans speak English so well, that they do not need translations? It is my observation as well: Some users are hostile towards the notion of translated software. Those are typically not native English

Re: Is wget --timestamping URL working on Windows 2000?

2001-12-11 Thread csaba . raduly
On 11/12/2001 14:03:54 Adrian Aichner wrote: Hi Wgeteers! Is -N, --timestamping don't retrieve files if older than local. supposed to work on windows 2000? [snip] cd c:\Hacking\SunSITE.dk\xemacsweb\Download\win32\ %TEMP%\wget.wip\src\wget.exe --debug --timestamping

Re: log errors

2001-12-11 Thread csaba . raduly
On 11/12/2001 15:09:25 hniksic wrote: Summer Breeze [EMAIL PROTECTED] writes: I want to know if Wget is a program similar to Mozilla, and if so is there any way to make my pages available to Wget? I use Netscape to create my web pages. Wget is a command-line downloading utility; it allows

RE: Bug report: 1) Small error 2) Improvement to Manual

2002-01-17 Thread csaba . raduly
On 17/01/2002 07:34:05 Herold Heiko wrote: [proper order restored] -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 2:15 AM To: Michael Jennings Cc: [EMAIL PROTECTED] Subject: Re: Bug report: 1) Small error 2) Improvement to Manual

Re: mirroring vs -m

2002-01-29 Thread csaba . raduly
On 29/01/2002 15:54:17 Andre Majorel wrote: [snip debate about following links in HTML retrieved by FTP] I'm inclined to think that recursive retrieval without parsing is a feature. HTML content is normally served over HTTP. If you want to retrieve HTML through FTP, it's likely because you do

Re: BUG https + index.html

2002-02-01 Thread csaba . raduly
On 01/02/2002 12:10:59 Mr.Fritz wrote: After the https/robots.txt bug, doing a recursive wget to an https-only server gives me this error: it searches for http://servername/index.html but there is no server on port 80, so wget receives a Connection refused error and quits. It should search for

Re: KB or kB

2002-02-08 Thread csaba . raduly
On 08/02/2002 08:30:59 Henrik van Ginhoven wrote: On Fri, Feb 08, 2002 at 08:54:06AM +0100, Hrvoje Niksic wrote: Wget currently uses KB as abbreviation for kilobyte. In a Debian bug report someone suggested that kB should be used because it is more correct. This is the kind of stuff that

Re: wget not working

2002-02-08 Thread csaba . raduly
On 08/02/2002 15:34:53 Martin Schöneberger wrote: At 14:37 08.02.2002 +, Henderson, Daniel wrote: #wget www.sophos.com/downloads/ide/ides.zip --14:32:57-- http://www.sophos.com/downloads/ide/ides.zip = `ides.zip' Connecting to www.sophos.com:80... www.sophos.com: Host not

Re: KB or kB

2002-02-08 Thread csaba . raduly
On 08/02/2002 13:58:55 Andre Majorel wrote: On 2002-02-08 08:54 +0100, Hrvoje Niksic wrote: Wget currently uses KB as abbreviation for kilobyte. In a Debian bug report someone suggested that kB should be used because it is more correct. The reporter however failed to cite the reference

Re: OK, time to moderate this list

2002-03-22 Thread csaba . raduly
On 22/03/2002 07:06:13 Daniel Stenberg wrote: On Fri, 22 Mar 2002, Hrvoje Niksic wrote: [snip] I think I agree with this. The amount of spam is staggering. I have no explanation as to why this happens on this list, and not on other lists which are *also* open to non-subscribers. Spammers

wget parsing JavaScript

2002-03-26 Thread csaba . raduly
wget stumbled upon the following HTML file: --- 8 html head titlefoo/title /head body SCRIPT language=JavaScript1.2 var sitems=new Array() var sitemlinks=new Array() ///Edit below/ //extend or shorten this list sitems[0]=15.html

Re: qestio

2002-04-05 Thread csaba . raduly
On 05/04/2002 12:44:22 Varga Gabor wrote: Hi I am gabor from hungary I have a qestion I have an URL ending like this */show.php?id=843 I know how it works(correct me if I am wrong) the *.php (gets or posts) the arg. ID and the server returns the page 843 but why can't wget mirror these pages ?

Re: Goodbye and good riddance

2002-04-15 Thread csaba . raduly
On 12/04/2002 19:21:41 James C. McMaster (Jim) wrote: My patience has reached an end. Perhaps, now that you have (for the first time) indicated you will do something to fix the problem, the possible light at the end of the tunnel will convince others to stay. The light at the end of the

Re: HTTP 1.1

2002-04-15 Thread csaba . raduly
On 12/04/2002 21:37:31 hniksic wrote: Tony Lewis [EMAIL PROTECTED] writes: Hrvoje Niksic wrote: Is there any way to make Wget use HTTP/1.1 ? Unfortunately, no. In looking at the debug output, it appears to me that wget is really sending HTTP/1.1 headers, but claiming that they are

Re: apache irritations

2002-04-22 Thread csaba . raduly
On 22/04/2002 16:38:15 Maciej W. Rozycki wrote: On Mon, 22 Apr 2002, Hrvoje Niksic wrote: How about using the -R option of wget? A brief test proves -R '*\?[A-Z]=[A-Z]' works as it should. Or maybe the default system wgetrc should ship with something like: reject = *?[A-Z]=[A-Z]

Re: crawling servlet based urls

2002-05-16 Thread csaba . raduly
On 16/05/2002 17:06:31 Steve Mestdagh wrote: Hi, I'm trying to get crawl intranet urls of form: [snip, wget will try to save to filename like this:] `WKCCommand?command=getLessonLessonId=137' [snip] The filename above is invalid on many filesystems used by Micros~1. (It's the '?' causing the

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*

Re: Can't get remote files - what am I doing wrong?

2002-06-05 Thread csaba . raduly
On 03/06/2002 14:56:47 dale wrote: [snip] wget ftp://user:[EMAIL PROTECTED]/folder1/folder2/*s.csv I get an error message of no match and if I use: wget --glob=on ftp://user:[EMAIL PROTECTED]/folder1/folder2/*s.csv I also get no match In the future, please post the output with the -d

Re: Can't get remote files - what am I doing wrong?

2002-06-05 Thread csaba . raduly
On 05/06/2002 13:08:05 drt - lists wrote: Thank for no help. If this is typical of how you reply to your customers I do *not* reply to customers. I am a developer, and post here as a private individual. Perhaps I should unsubscribe altogether. [snip] The Mac machine I am using for testing

Re: speed units

2002-06-11 Thread csaba . raduly
On 10/06/2002 23:07:47 Joonas Kortesalmi wrote: Wget seems top repots speeds with wrong units. It uses for example KB/s rather than kB/s which would be correct. Any possibility to fix that? :) K = Kelvin k = Kilo Propably you want to use small k with download speeds, right? Let's not go

Re: ** Nigerian Scam variation (Re: Co-operation Needed!)

2002-07-17 Thread csaba . raduly
On 16/07/2002 16:36:15 Fernando Cassia wrote: FYI and if someone has been living in a bottle This is a variation of the Nigerian scam. http://www.secretservice.gov/alert419.shtml http://www.fdic.gov/consumers/consumer/news/cnwin0102/TooGood.html Don't even bother contacting them. Regards