Re: for the wishlist

2001-03-06 Thread Jan Prikryl
Quoting Dan Harkless ([EMAIL PROTECTED]): > > the file's size). This feature would enable the writing of cool scripts to > > do something like multi-threaded retrieval at file level. > [...] > > Hi, Alec. You're the second person within a few days to ask for such a > feature. I've added it to

Re: Wget and i18n

2001-03-06 Thread Hrvoje Niksic
Philipp Thomas <[EMAIL PROTECTED]> writes: > * Hrvoje Niksic ([EMAIL PROTECTED]) [20010305 19:30]: > > > you leave LC_CTYPE at the default, "C" locale, gettext converts > > eight-bit characters to question marks. > > What should it do? characters > 127 are undefined in LC_CTYPE for > the "C" lo

Re: Wget and i18n

2001-03-06 Thread Hrvoje Niksic
Philipp Thomas <[EMAIL PROTECTED]> writes: > Ooops, yes my fingers were a bit too fast :-) Here they are, both > safe-ctype.h and safe-ctype.c. They look good to me. The only thing I don't get is this check: > #ifdef isalpha > #error "safe-ctype.h and ctype.h may not be used simultaneously" >

Re: Wget and i18n

2001-03-06 Thread Philipp Thomas
* Hrvoje Niksic ([EMAIL PROTECTED]) [20010306 10:35]: > > #ifdef isalpha > > #error "safe-ctype.h and ctype.h may not be used simultaneously" > > #else > > Is the error statement actually true, or is this only a warning that > tries to enforce consi

Re: Chris d'Aquin/Questia is out of the office.

2001-03-06 Thread Maccy
Chris d'Aquin is a pain in the arse On Tue, 6 Mar 2001, Chris d'Aquin wrote: > I will be out of the office starting 03/02/2001 and will not return until > 03/14/2001. > > I will respond to your message when I return. >

Re: Wget and i18n

2001-03-06 Thread Hrvoje Niksic
Philipp Thomas <[EMAIL PROTECTED]> writes: > > Is the error statement actually true, or is this only a warning > > that tries to enforce consistency of the application? > > The error statement is true. Remember that ctype.h is locale > dependent whereas safe-ctype is not. So for instance isprint

no such file ?

2001-03-06 Thread Herold Heiko
Just wondering, and my knowledge of this stuff is too shallow... anobody would care to explain me --10:11:46-- http://1.2.3.4/some.file => `1.2.3.4/some.file' Connecting to 1.2.3.4... connect: No such file or directory Retrying. Sorry for changed IP ecc, I've only a mail of this ha

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 Ráduly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED] http://www.sopho

Re: Wget

2001-03-06 Thread Timo Maier
Hi! >Please send queries like this to the list ( [EMAIL PROTECTED] ), not to me >personally. ok, do I have to subscribe anywhere? TAM -- OS/2 Warp4, Ducati 750SS '92 You still have the freedom to learn and say what you wanna say http://tam.belchenstuermer.de

Re: no such file ?

2001-03-06 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > Just wondering, and my knowledge of this stuff is too shallow... anobody > would care to explain me > > > --10:11:46-- http://1.2.3.4/some.file >=> `1.2.3.4/some.file' > Connecting to 1.2.3.4... > connect: No such file or directory > Retr

Re: Wget

2001-03-06 Thread John Poltorak
On Tue, Mar 06, 2001 at 11:28:04AM +, [EMAIL PROTECTED] wrote: > > I'm confused. I thought 1.5.3 *did* display the dots, but I could be wrong. It does here:- 1600K -> .. .. .. .. .. [ 95%] 1650K -> .. .. .. .. ..

Re: Wget and i18n

2001-03-06 Thread Philipp Thomas
* Hrvoje Niksic ([EMAIL PROTECTED]) [20010306 11:21]: > It is true that old systems use Gcc, but I wonder if anyone tests > *new* Gcc's on old these old systems... Yes, they do. The patches to make gcc build on the original BSD are only present in the current CVS GCC. Philipp -

Re: Wget and i18n

2001-03-06 Thread Hrvoje Niksic
Philipp Thomas <[EMAIL PROTECTED]> writes: > * Hrvoje Niksic ([EMAIL PROTECTED]) [20010306 11:21]: > > > It is true that old systems use Gcc, but I wonder if anyone tests > > *new* Gcc's on old these old systems... > > Yes, they do. The patches to make gcc b

css js

2001-03-06 Thread Irmund Thum
hi I know my question was answered on this list some months ago, but couldn't find it anymore. How is it now with recursive downloading css and js files tia i.t -- http://it97.dyn.dhs.org -- IrmundThum

RE: no such file ?

2001-03-06 Thread Herold Heiko
>Heh, feel free to forward the real address so we can "test" the >problem. :-) (Sorry, couldn't resist.) Did that, unfortunately I don't know where the link came from :-) >Grepping Wget sources for "No such file or directory" is a mistake >because Wget always lets the system routines print out

fancy logs

2001-03-06 Thread Vladi Belperchinov-Shabanski
hi! this is a (crazy) idea but it could be usefull (more or less) it is to make wget add lines like: start-time end-time size status url to a `central' log after downloading of each file... `status' can be used to determine if it is ok, timeout closed connection, etc. `central-log'

-c question

2001-03-06 Thread Vladi Belperchinov-Shabanski
hi! `wget -c file' starts to download file from the begining if the file is completely downloaded already... why?! I expect wget to do nothing in this case: I wanted it to download file to the end (i.e. to continue, -c) and if the file is already here so there is nothing to do.

Re: no such file ?

2001-03-06 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > Should have know better, sorry I forgot. Windows, NT That explains a lot. :-) Do you have a C development environment with a decent manual? Does it mention the `connect' function, its exit codes, and whether it sets errno? Maybe ENOENT actually has

Re: Wget and i18n

2001-03-06 Thread Philipp Thomas
* Hrvoje Niksic ([EMAIL PROTECTED]) [20010306 14:09]: > OK, then the #error stays. If noone objects, I'll modify Wget to use > these files. I have the patches ready and and am about to test them. So if you wait a bit, you'll get patches ready to apply. Philipp -- Penguin

Re: Wget and i18n

2001-03-06 Thread Hrvoje Niksic
Philipp Thomas <[EMAIL PROTECTED]> writes: > * Hrvoje Niksic ([EMAIL PROTECTED]) [20010306 14:09]: > > > OK, then the #error stays. If noone objects, I'll modify Wget to use > > these files. > > I have the patches ready and and am about to test them. So if y

retrieving images referenced from existing file

2001-03-06 Thread Sebastian Bossung
Hi, I mirrored a website to my computer using: wget -k -r -tinf -np URL Later I noticed that some of the files were missing. So I decided to run: wget -k -r -tinf -nc -np URL Which in my opion should do the job of looking at alle pages and retrieving image files as needed. However, this only wo

Re: for the wishlist

2001-03-06 Thread Dan Harkless
Jan Prikryl <[EMAIL PROTECTED]> writes: > Quoting Dan Harkless ([EMAIL PROTECTED]): > > > the file's size). This feature would enable the writing of cool > > > scripts to do something like multi-threaded retrieval at file level. > > [...] > > > > Hi, Alec. You're the second person within a few

Re: css js

2001-03-06 Thread Dan Harkless
Irmund Thum <[EMAIL PROTECTED]> writes: > hi > > I know my question was answered on this list some months ago, but > couldn't find it anymore. > How is it now with recursive downloading css and js files It works in 1.6, which you can find in the usual mirrors of

Re: -c question

2001-03-06 Thread Dan Harkless
Vladi Belperchinov-Shabanski <[EMAIL PROTECTED]> writes: > hi! > > `wget -c file' > > starts to download file from the begining if the file > is completely downloaded already... > > why?! > > I expect wget to do nothing in this case: I wanted it > to download file to the end (i.e.

Re: retrieving images referenced from existing file

2001-03-06 Thread Dan Harkless
Sebastian Bossung <[EMAIL PROTECTED]> writes: > Hi, > > I mirrored a website to my computer using: > wget -k -r -tinf -np URL > > Later I noticed that some of the files were missing. So I decided to run: > wget -k -r -tinf -nc -np URL > Which in my opion should do the job of looking at alle pag

Re: retrieving images referenced from existing file

2001-03-06 Thread Sebastian Bossung
Hi Dan, will the -p option in wget 1.6 look at each .html file that is already on my hard disk to see if anything needed for it is missing? 1.5.3 does not seem to do this (I am only talking about images here - no css or the like) Sebastian On Tuesday 06 March 2001 21:06 Dan Harkless wrote: >

Re: retrieving images referenced from existing file

2001-03-06 Thread Dan Harkless
Sebastian Bossung <[EMAIL PROTECTED]> writes: > Hi Dan, > > will the -p option in wget 1.6 look at each .html file that is already on > my hard disk to see if anything needed for it is missing? 1.5.3 does not > seem to do this (I am only talking about images here - no css or the like) It will,

Re: retrieving images referenced from existing file

2001-03-06 Thread Sebastian Bossung
Hi again, I am now using wget 1.6 with -p. Seems to work, also I won't be able to tell for sure before tomorrow moring :-). I also noticed that the server is usually pretty fast, but appears to "hang" from time to time (webbrowser timing out). This might have been a problem on the first run, b

Re: retrieving images referenced from existing file

2001-03-06 Thread Dan Harkless
Sebastian Bossung <[EMAIL PROTECTED]> writes: > Hi again, > > I am now using wget 1.6 with -p. Seems to work, also I won't be able to tell > for sure before tomorrow moring :-). I also noticed that the server is > usually pretty fast, but appears to "hang" from time to time (webbrowser > timi

Re: css js

2001-03-06 Thread Irmund Thum
Dan Harkless schrieb: > > Irmund Thum <[EMAIL PROTECTED]> writes: > > hi > > > > I know my question was answered on this list some months ago, but > > couldn't find it anymore. > > How is it now with recursive downloading css and js files > > It works in 1.6, which you can find in the usual mirr