wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven P. Ulrick
Hello, Everyone I am running wget from SVN and I have come upon a problem that I have never had before. I promise that I checked the documentation on your website to see if I needed to change how I use wget. I even joined this list, and perused the archives, with no results. Not that they

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven M. Schweda
[...] wget is the SVN version, which is located at /usr/local/bin/wget [...] [...] (/usr/bin/wget is the version of wget that ships with the distro that I run, Fedora Core 3) [...] Results from wget -V would be much more informative than knowing the path(s) to the executable(s). (Should I

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven P. Ulrick
On Thu, 5 Jan 2006 08:55:53 -0600 (CST) [EMAIL PROTECTED] (Steven M. Schweda) wrote: [...] wget is the SVN version, which is located at /usr/local/bin/wget [...] [...] (/usr/bin/wget is the version of wget that ships with the distro that I run, Fedora Core 3) [...] Results from wget

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: Results from wget -V would be much more informative than knowing the path(s) to the executable(s). (Should I know what SVN is?) I believe SVN stands for Subversion, the version control software that runs the repository.

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven M. Schweda
Adding -d to your wget commands could also be more helpful in finding a diagnosis. Still true. GNU Wget 1.10.2b built on VMS Alpha V7.3-2 (the original wget 1.10.2 with my VMS-related and other changes) seems to work just fine on that site. You might try starting with a less

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven P. Ulrick
On Thu, 5 Jan 2006 09:56:35 -0600 (CST) [EMAIL PROTECTED] (Steven M. Schweda) wrote: Adding -d to your wget commands could also be more helpful in finding a diagnosis. That's fair enough: [EMAIL PROTECTED] ~]$ wget -d -kr -nc http://www.afolkey2.net Setting --convert-links (convertlinks) to

Re: wget from SVN: Issue with recursive downloading from http:// sites

2006-01-05 Thread Steven M. Schweda
Your -d output suggests a defective Wget (probably because Wget/1.10+devel was still in development). A working one spews much more stuff (as it downloads much more stuff). I'd try starting with the last released source kit: http://www.gnu.org/software/wget/

Case insensitive enhancement

2006-01-05 Thread Frank McCown
I'd like to suggest an enhancement that would help people who are downloading web sites housed on a Windows server. (I couldn't find any discussion of this in the email list archive or any mention in the on-line documentation.) Since Windows has a case insensitive file system, Apache and IIS