Re: newbie question

2005-04-14 Thread Jens Rösner
Hi Alan! As the URL starts with https, it is a secure server. You will need to log in to this server in order to download stuff. See the manual for info how to do that (I have no experience with it). Good luck Jens (just another user) I am having trouble getting the files I want using a

Re: wget 1.10 alpha 2

2005-04-14 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: If possible, it seems preferable to me to use the platform's C library regex support rather than make wget dependent on another library... Note that some platforms don't have library support for regexps, so we'd have to

RE: newbie question

2005-04-14 Thread Tony Lewis
Alan Thomas wrote: I am having trouble getting the files I want using a wildcard specifier... There are no options on the command line for what you're attempting to do. Neither wget nor the server you're contacting understand *.pdf in a URI. In the case of wget, it is designed to read web

Re: newbie question

2005-04-14 Thread Hrvoje Niksic
Alan Thomas [EMAIL PROTECTED] writes: I am having trouble getting the files I want using a wildcard specifier (-A option = accept list). The following command works fine to get an individual file: wget

Re: newbie question

2005-04-14 Thread Hrvoje Niksic
Tony Lewis [EMAIL PROTECTED] writes: PS) Jens was mistaken when he said that https requires you to log into the server. Some servers may require authentication before returning information over a secure (https) channel, but that is not a given. That is true. HTTPS provides encrypted

IPv6 on Windows

2005-04-14 Thread Hrvoje Niksic
It occurred to me that the 1.10 NEWS file declares IPv6 to be supported. However, as far as I know, IPv6 doesn't work under Windows. Though it seems that Winsock 2 (which mswindows.h is apparently trying to support) implements IPv6, I have a nagging suspicion that just including winsock2.h and

Re: Troubles with mirroring.

2005-04-14 Thread Andrzej
I only want to mirror a web site, which content is on two different servers (different domains), and do not want to mirror parent directories. It seems that it would be good if -np option would work for settings in the -I option and/or in -D options should be possible to put not only

Re: Troubles with mirroring.

2005-04-14 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: So, please, answer at least to that question now: will you enhance/modify Wget somehow, so that in the next release it could do it? The next release is in the feature freeze, so it will almost certainly not support this feature. However, IMHO it makes a lot

Re: Troubles with mirroring.

2005-04-14 Thread Hrvoje Niksic
Andrzej [EMAIL PROTECTED] writes: The next release is in the feature freeze, so it will almost certainly not support this feature. However, IMHO it makes a lot of sense to augment -I/-D with paths. I've never been really satisfied with the interaction of -D and -np anyway. Can you

Re: Troubles with mirroring.

2005-04-14 Thread Andrzej
Unfortunately not. Wget is run by volunteers, and if this extension is not interesting enough for a programmer to pick it up, it won't get done. I think it is very interesting and first of all useful. Without it the real, smooth, fully automatic mirroring of web sites, which have their

Re: wget 1.10 alpha 2

2005-04-14 Thread Mauro Tortonesi
On Wednesday 13 April 2005 07:39 am, Herold Heiko wrote: With MS Visual Studio 6 still needs attached patch in order to compile (disable optimization for part of http.c and retr.c if cl.exe version =12). Windows msvc test binary at http://xoomer.virgilio.it/hherold/ hi herold, the patch

Re: newbie question

2005-04-14 Thread Jens Rösner
Hi! Yes, I see now, I misread Alan's original post. I thought he would not even be able to download the single .pdf. Don't know why, as he clearly said it works getting a single pdf. Sorry for the confusion! Jens Tony Lewis [EMAIL PROTECTED] writes: PS) Jens was mistaken when he said

Re: IPv6 on Windows

2005-04-14 Thread Doug Kaufman
On Thu, 14 Apr 2005, Hrvoje Niksic wrote: It occurred to me that the 1.10 NEWS file declares IPv6 to be supported. However, as far as I know, IPv6 doesn't work under Windows. Though it seems that Winsock 2 (which mswindows.h is apparently trying to support) implements IPv6, I have a

Re: [unclassified] Re: newbie question

2005-04-14 Thread Alan Thomas
I got the wgetgui program, and used it successfully. The commands were very much like this one. Thanks, Alan - Original Message - From: Technology Freak [EMAIL PROTECTED] To: Alan Thomas [EMAIL PROTECTED] Sent: Thursday, April 14, 2005 10:12 AM Subject: [unclassified] Re:

Build problem: ptimer.c (CVS 1.7), gcc 3.4.3, Tru64 UNIX V5.1B

2005-04-14 Thread Steven M. Schweda
urt# gcc -v Reading specs from /usr/local/lib/gcc/alpha-dec-osf5.1/3.4.3/specs Configured with: /usr1/local/gnu/gcc-3.4.3/configure Thread model: posix gcc version 3.4.3 urt# sizer -v Compaq Tru64 UNIX V5.1B (Rev. 2650); Thu Mar 6 19:03:28 CST 2003 [...] gcc -I. -I. -I/opt/include

RFC conflict for RANGE

2005-04-14 Thread Chris McKenzie
for wget -c, a range is specified, ie. GET /dubai.jpg HTTP/1.0 User-Agent: Wget/1.9.1 Host: localhost:4400 Accept: */* Connection: Keep-Alive Range: bytes=40- However, HTTP/1.0 (RFC 1945) does not specify a range although it is in 14.35.1 of HTTP/1.1. Didn't know whether you cared about it,