Website Port problem...

2001-11-29 Thread David
Hi, I have a problem on using wget, as follows: I want to download a bunch of files in, say, www.server.com/dir/files, and I found out that wget is contacting www.server.com:80, and the files it get is not what I'm looking for. I typed www.server.com:80/dir/files in netscape and found out

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

2001-11-29 Thread Maciej W. Rozycki
On Wed, 28 Nov 2001, Ian Abbott wrote: However, the Linux man page for bcopy(3) do not say the strings can overlap and in fact suggest that it be replaced with memcpy in new programs! Linux has memmove so that does not matter, but perhaps rolling our own memmove as Daniel suggested would

RE: progress bar, dot style

2001-11-29 Thread Herold Heiko
giga is not yet documented :-) Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto, 1ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

windows patch and problem

2001-11-29 Thread Herold Heiko
20011129-2.diff Description: Binary data

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

2001-11-29 Thread Daniel Stenberg
On Thu, 29 Nov 2001, Maciej W. Rozycki wrote: On Wed, 28 Nov 2001, Ian Abbott wrote: However, the Linux man page for bcopy(3) do not say the strings can overlap Presumably the man page is incorrect Well, can we actually guarantee that bcopy() will work on all platforms where memmove()

Re: windows patch and problem

2001-11-29 Thread Ian Abbott
On 29 Nov 2001 at 12:48, Herold Heiko wrote: --12:27:26-- http://www.cnn.com/ (try: 3) = `www.cnn.com/index.html' Found www.cnn.com in host_name_addresses_map (008D01B0) Releasing 008D01B0 (new refcount 1). Retrying. (ecc.) Same with other hosts Could somebody please confirm if

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

2001-11-29 Thread Ian Abbott
On 29 Nov 2001 at 13:14, Daniel Stenberg wrote: On Thu, 29 Nov 2001, Maciej W. Rozycki wrote: On Wed, 28 Nov 2001, Ian Abbott wrote: However, the Linux man page for bcopy(3) do not say the strings can overlap Presumably the man page is incorrect Yes, I think so. Well, can we

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

2001-11-29 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: Thanks for the suggestion and the code example. Two points, though: * Isn't it weird that the undefined symbol is _memmove, not memmove? It looks as if a header file is translating the symbol, thinking that _memmove exists. Not really. UNIX C

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

2001-11-29 Thread Maciej W. Rozycki
On Thu, 29 Nov 2001, Daniel Stenberg wrote: Well, can we actually guarantee that bcopy() will work on all platforms where memmove() is not present? We can't guarantee but we can test it. I wouldn't be so bold to say that. I'd vote for a separate implemenation. But that's just me. That

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

2001-11-29 Thread Hrvoje Niksic
Daniel Stenberg [EMAIL PROTECTED] writes: On Thu, 29 Nov 2001, Maciej W. Rozycki wrote: On Wed, 28 Nov 2001, Ian Abbott wrote: However, the Linux man page for bcopy(3) do not say the strings can overlap Presumably the man page is incorrect Well, can we actually guarantee that bcopy()

Re: Website Port problem...

2001-11-29 Thread Hrvoje Niksic
David [EMAIL PROTECTED] writes: I have a problem on using wget, as follows: What version of Wget are you using? I want to download a bunch of files in, say, www.server.com/dir/files, and I found out that wget is contacting www.server.com:80, and the files it get is not what I'm looking

Re: suggestion

2001-11-29 Thread Hrvoje Niksic
Jerome Lapous [EMAIL PROTECTED] writes: One option that can be interesting is to print the donwload result on standard output instead of a file. It would avoid rights problem when the same shell is used by multiple users. Have you tried `-q -O -'?

Re: progress bar, dot style

2001-11-29 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: giga is not yet documented :-) It never was. Maybe it should use 10M dots?

RE: windows patch and problem

2001-11-29 Thread Herold Heiko
Ok, fine. But, in order to avoid misunderstanding, wouldn't it be better to have a wrapper function (msleep ?) and use that where really millisecond granularity is desired ? Otherwise sooner or later somebody could use usleep where really microsecond granularity is desired, with undesiderabile

Re: windows patch and problem

2001-11-29 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: Ok, fine. But, in order to avoid misunderstanding, wouldn't it be better to have a wrapper function (msleep ?) and use that where really millisecond granularity is desired ? Otherwise sooner or later somebody could use usleep where really microsecond

The Latest Web Technologies 29301

2001-11-29 Thread c29732
I noticed your email address on a list serve related to technology and web development. With your permission, we would like to send you information regarding new web tools and utilities based on your interests. Please click the following link and opt-in to our product updates and

RE: windows patch and problem

2001-11-29 Thread Herold Heiko
It does. Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto, 1ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 3:06 PM

The Latest Web Technologies 30372

2001-11-29 Thread e8569
I noticed your email address on a list serve related to technology and web development. With your permission, we would like to send you information regarding new web tools and utilities based on your interests. Please click the following link and opt-in to our product updates and

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

2001-11-29 Thread Ian Abbott
On 29 Nov 2001 at 14:40, Hrvoje Niksic wrote: Ian, can you clarify what you meant by BSD man pages? Which BSD? NetBSD: http://www.tac.eu.org/cgi-bin/man-cgi?bcopy+3 OpenBSD: http://www.openbsd.org/cgi-bin/man.cgi?query=bcopysektion=3 FreeBSD:

Windows binary, ssl problem

2001-11-29 Thread Herold Heiko
New windows binary and almost-current cvs sources up at http://space.tin.it/computer/hherold . On the other hand I just discovered the current cvs sources won't compile with ssl anymore, cl /I. /DWINDOWS /D_CONSOLE /DHAVE_CONFIG_H /DSYSTEM_WGETRC=\wgetrc\ /DHAVE_SSL /nologo /MT /W0

egd Support(untestet) and fix for windows ssl error

2001-11-29 Thread Christian Fraenkel
Hi! Well, here is the promised egd support(we'll probably have to exchange the whole PRNG initializationwith something more pretty later on(I would like to implement another switch for supplying an own random-data file...). I can't test it since I don't have access to machines withboth

egd support (attachment)

2001-11-29 Thread Christian Fraenkel
well, i forgot the attachment *doh* egd-win.diff Description: Binary data

ÀÚ·áÀÔ´Ï´Ù

2001-11-29 Thread ±è³ª¿õ
¾È³çÇϼ¼¿ä ¸ÕÀú Çã¶ô¾øÀÌ ¸ÞÀϵå·Á Á˼ÛÇÕ´Ï´Ù.. ºÒÇÊ¿äÇϽźеéÀº »èÁ¦Çϼ¼¿ä ÃÖ½ÅCDÀ» Àú·ÅÇÑ°¡°Ý¿¡ ÆǸÅÇÕ´Ï´Ù ÃֽŰÔÀÓ.À¯Æ¿ÇÁ·Î±×·¥.±×·¡ÇÈ.¸ÖƼ¹Ìµð¾î.ijµå.±³À°¿ë. VCD.µî ¿©·¯ºÐµéÀÌ ÇÊ¿ä·ÎÇϽô ½ÃµðÀ» ´Ù·®º¸À¯ÇÏ°í ÀÖ½À´Ï´Ù ½Å¿ëÀº ¹°·Ð 100ÇÁ·Î ¹ÏÀ¸¼Åµµ µË´Ï´Ù ÷ºÎµÈ È­ÀÏ(cd list. zip)À»

Re: Website Port problem...

2001-11-29 Thread David
The version I'm using is 1.7.1 On Thu, 29 November 2001, Hrvoje Niksic wrote: David [EMAIL PROTECTED] writes: I have a problem on using wget, as follows: What version of Wget are you using? I want to download a bunch of files in, say, www.server.com/dir/files, and I found out

Re: The Latest Web Technologies 29301

2001-11-29 Thread Andrei E. Chevel
I dont agree. Please stop your sendings !! On Thu, 29 Nov 2001 [EMAIL PROTECTED] wrote: I noticed your email address on a list serve related to technology and web development. With your permission, we would like to send you information regarding new web tools and utilities based on

Re: Website Port problem...

2001-11-29 Thread Hrvoje Niksic
David [EMAIL PROTECTED] writes: The version I'm using is 1.7.1 That's strange, then. What would you want Wget to contact if not www.server.com:80 when you specify www.server.com? 80 is the default TCP port for HTTP transfers.

Re: egd support (attachment)

2001-11-29 Thread Hrvoje Niksic
Christian Fraenkel [EMAIL PROTECTED] writes: well, i forgot the attachment *doh* But you still forgot the ChangeLog. :-) I used this: 2001-11-30 Christian Fraenkel [EMAIL PROTECTED] * init.c: New command `ssl_egd_sock'. * main.c (main): New option `--sslegdsock'.