Re: Wget 1.11.3 - case sensetivity and URLs

2008-06-13 Thread Steven M. Schweda
to lower case at an appropriate point in the process. I think that that's the wrong way to look at it. Implementation details like name hashing may also need to be adjusted, but this shouldn't be too hard. Steven M

Re: Looking for 1.9.1 user manual

2008-04-01 Thread Steven M. Schweda
...) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: FW: cannot log on to Oracle portal/apache - full request - ignore pevious

2008-03-27 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Toward a 1.11.1 release

2008-03-20 Thread Steven M. Schweda
with interests broader than Linux. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: need help

2008-03-13 Thread Steven M. Schweda
there? Are you working in a directory where you have write permission? Can you compile a simple test program? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818

Re: how to parse a webpage to download links of certain type?

2008-03-09 Thread Steven M. Schweda
From: shirish [...] not directories [...] alp $ wget -h [...] Directories: -nd, --no-directories don't create directories. [...] Sounds as if it may be worth a try. Steven M. Schweda

Re: Wget continue option and buggy webserver

2008-02-19 Thread Steven M. Schweda
, and not getting a valid error from a working server? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: seg fault ~30G

2007-12-24 Thread Steven M. Schweda
, but with the available evidence, that is only a guess. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: gzip question

2007-12-19 Thread Steven M. Schweda
as the gzipped file? Just specify the gzip-compressed file, so far as I know. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: gzip question

2007-12-19 Thread Steven M. Schweda
From: Christopher Eastwood wget --header=3D'Accept-Encoding: gzip, deflate' http://{gzippedcontent} Doctor, it hurts when I do this. Don't do that. What does it do without --header='Accept-Encoding: gzip, deflate'? [...] (Wget version? OS? Example with transcript?) Still

Re: Avoiding DoS fame *** Please cc me (non-subscriber)

2007-11-18 Thread Steven M. Schweda
for the pest. If it recurs, I block that IP address. Most serious denial-of-service attacks use more than one attacker. A single wget user can't do very much harm. Steven M. Schweda [EMAIL PROTECTED] 382 South

Re: .1, .2 before suffix rather than after

2007-11-04 Thread Steven M. Schweda
it. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: RFE: run-time change of limit-rate multi-stream download

2007-11-01 Thread Steven M. Schweda
?) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Using wget through FTP proxy server

2007-10-24 Thread Steven M. Schweda
, and you can't build it from the source, I can build one on Solaris 10, if you think that that might be useful. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint

Re: More portability stuff [Re: gettext configuration]

2007-10-23 Thread Steven M. Schweda
From: Micah Cowan [EMAIL PROTECTED] Next problem on Tru64: [...] ld: Unresolved: siggetmask We ain't go no siggetmask(). None on VMS (out as far as V8.3), either, should I ever get so far. siggetmask is an obsolete BSDism; POSIX has the sigprocmask function, which we

Re: wget -o question

2007-10-01 Thread Steven M. Schweda
From: Micah Cowan But, since any specific transaction is unlikely to take such a long time, the spread of the run is easily deduced by the start and end times, and, in the unlikely event of multiple days, counting time regressions. And if the pages in books were all numbered 1, 2, 3, 4,

Re: wget -o question

2007-09-30 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Mirroring redirected web sites

2007-08-21 Thread Steven M. Schweda
-archive.com/wget@sunsite.dk/ for details. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: VMS support/getpass [Re: Gnulib getpass, and wget password prompting]

2007-08-10 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: VMS support/getpass [Re: Gnulib getpass, and wget password prompting]

2007-08-10 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Gnulib getpass, and wget password prompting

2007-08-08 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Average download throughput using Wget

2007-08-07 Thread Steven M. Schweda
M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: FTP OS-dependence, and new FTP RFC

2007-08-04 Thread Steven M. Schweda
Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Wget 1.10.2 does not continue download when file in a subdirectory

2007-07-28 Thread Steven M. Schweda
Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: patch: prompt for password

2007-07-25 Thread Steven M. Schweda
could look at some considerably more portable program (like Info-ZIP [Un]Zip or Kermit), and see how more experienced people have handled this problem, and then do all the work yourself. Steven M. Schweda [EMAIL

Re: Problem with combinations of the -O , -p, and -k parameters in wget

2007-07-22 Thread Steven M. Schweda
feature at http://www.mail-archive.com/wget@sunsite.dk/ (for -O) to find many similar complaints involving -O. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul

Re: ignoring robots.txt

2007-07-18 Thread Steven M. Schweda
-up file. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: bug and patch: blank spaces in filenames causes looping

2007-07-06 Thread Steven M. Schweda
which might be related? Just a thought. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Downloading 7GB-file via FTP

2007-07-05 Thread Steven M. Schweda
/ ??? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: timestamping and output document

2007-06-26 Thread Steven M. Schweda
, and the explanation. [...] This is GNU Wget 1.9.1. Why? Wget 1.10.2 has been available since about October 2005. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint

Re: timestamping and output document

2007-06-26 Thread Steven M. Schweda
For the record: http://www.mail-archive.com/search?q=%22-O%22+%22-N%22[EMAIL PROTECTED] was actually more like: http://www.mail-archive.com/search?q=%22-O%22+%22-N%22l= wget at sunsite.dk before it got PROTECTED. SMS.

Re: wget -P not working.

2007-06-20 Thread Steven M. Schweda
and/or stabler version. This version does not honor the -P switch. An alternate version that we suggest is wget-1.10.2-3.2.1 It sounds to me as if an older kit will solve the problem. Steven M. Schweda

Re: Problem with --reject option

2007-06-11 Thread Steven M. Schweda
Exclusion, for more details about this. Be sure you know what you are doing before turning this off. So, adding -e robots=off to your command might help. Steven M. Schweda [EMAIL PROTECTED] 382

Re: problem with HTTP mirroring

2007-06-11 Thread Steven M. Schweda
. [...] Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Recursive function does not work with -O

2007-06-08 Thread Steven M. Schweda
the useful info around here. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: NULL ptr dereferences found with Calysto static checker

2007-06-06 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: can someone help me with wget?

2007-06-03 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Return Value 2

2007-06-01 Thread Steven M. Schweda
fail in some way?) Along the same line, what, exactly, is one of my devices? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Return Value 2

2007-05-31 Thread Steven M. Schweda
and/or exit status values tend to be more informative.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Wget 1.10.2 + FC6 + FTP mirroring in root folder

2007-05-30 Thread Steven M. Schweda
? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Crash

2007-05-29 Thread Steven M. Schweda
into the official code. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Crash

2007-05-28 Thread Steven M. Schweda
/cookies.c I don't do much with cookies, so the end cases may not be handled correctly, but it does seem to explode less. (If nothing else, it could boost the ego of the next fellow who does it right.) Steven M. Schweda

Re: convert-links + output-document

2007-05-16 Thread Steven M. Schweda
? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Loading cookies that were set by Javascript

2007-05-15 Thread Steven M. Schweda
From: Poppa Pump [...] but these are set using Javascript. [...] Wget doesn't do JavaScript. I suspect that you're doomed. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1

Re: --page-requisites and --post-data options

2007-05-11 Thread Steven M. Schweda
with --page-requisites) to get the other pieces? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: simple wget question

2007-05-11 Thread Steven M. Schweda
, then you're probably out of luck. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: sending Post Data and files

2007-05-09 Thread Steven M. Schweda
believe not. At least not using --post-file. [...] Input type=file [...] I've never tried that, so I know even less about that than I do about --post-file (which I did use once). Steven M. Schweda [EMAIL

Re: sending Post Data and files

2007-05-09 Thread Steven M. Schweda
. This is only a test. If this had been an actual message, It would have been delivered appropriately. (with the line breaks). Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street

Re: simple wget question

2007-05-06 Thread Steven M. Schweda
running something older than version 1.10.2, you might try getting the current released version first. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN

Re: wget suggestion

2007-05-03 Thread Steven M. Schweda
exhibit the actual failure and explain how to reproduce it, you might do better with a psychic hot-line, as most of us are not skilled in remote viewing. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick

Re: wget suggestion

2007-05-03 Thread Steven M. Schweda
result here, but I was expecting something more like this insert expected result here, and I definitely didn't expect this insert undesirable result here. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick

Re: How can I compile a list of URLs matching a pattern?

2007-05-01 Thread Steven M. Schweda
don't download anything. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: feature suggestion - make option to use system date instead multiple version number

2007-04-27 Thread Steven M. Schweda
resolution (or multiple users) could lead to non-unique names, so it would be wise to do something a little more like the existing code, but with a date-time string added in. Steven M. Schweda [EMAIL PROTECTED

Re: q: wget -r -Apdf http:// ..

2007-04-19 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Bug using recursive get and stdout

2007-04-17 Thread Steven M. Schweda
with it, -r among them. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: [enhancement request] goals to programmatically parse output ( -o or -a)

2007-04-14 Thread Steven M. Schweda
version is 1.10.2, so who else will be interested in changes to 1.9.1? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Feature suggestion for WGET

2007-04-11 Thread Steven M. Schweda
, 3, and 4 in my experimental code, and the basic functionality seems to be there. If anyone is eager to do the whole job and wants to see my rough code, just let me know. Steven M. Schweda [EMAIL PROTECTED

Re: Suggesting Feature: Download anything newer than...

2007-04-08 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Using a variable to get files in sequence

2007-04-04 Thread Steven M. Schweda
command. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Cannot write to auto-generated file name

2007-04-03 Thread Steven M. Schweda
/msg09711.html Simply truncating the name would be asking for collisions, and etc. would seem to involve actual work, especially when converting links to local. Steven M. Schweda [EMAIL PROTECTED] 382

Re: Using a variable to get files in sequence

2007-04-03 Thread Steven M. Schweda
to guess exactly how it might best be done. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Special characters in http

2007-03-31 Thread Steven M. Schweda
. Note that you may need to use -O, because otherwise the wget-generated output file name may be too ugly for your file system. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699

Re: Wget doesn't use characters after '' when saving a URL as a filename

2007-03-28 Thread Steven M. Schweda
? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Is it possible to log transfer times in milliseconds?

2007-03-28 Thread Steven M. Schweda
this into the main product code stream is someone else's decision. If I were you, I'd expect to have to make the changes and maintain the different code myself into the indefinite future. Steven M. Schweda [EMAIL

Re: wildcards in filenames

2007-03-26 Thread Steven M. Schweda
a lot easier. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

wget-1.10.2 pwd/cd bug

2007-03-24 Thread Steven M. Schweda
It's starting to look like a consensus. A Google search for: wget DONE_CWD finds: http://www.mail-archive.com/wget@sunsite.dk/msg08741.html Steven M. Schweda [EMAIL PROTECTED] 382 South

re: Huh?...NXDOMAINS

2007-03-23 Thread Steven M. Schweda
? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: ezmlm response

2007-03-14 Thread Steven M. Schweda
if the HTTP or FTP server supplies bad file size data for large files. there's another problem to be resolved first -- NXDOMAINS. Can wget negotiate this namespace trickery, and if so how? Huh? Steven M. Schweda

Re: Question re web link conversions

2007-03-12 Thread Steven M. Schweda
.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Naming output file

2007-03-10 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: file numbering bug

2007-03-08 Thread Steven M. Schweda
into the same directory. (Or you could use VMS, where file version numbers are a natural part of the file system, so the .nnn suffix is not needed, and this problem does not arise.) Steven M. Schweda [EMAIL PROTECTED

Re: wget with -nc bails out when it finds the first file that already exists

2007-03-06 Thread Steven M. Schweda
). Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: wget -O not preserving execute permissions

2007-02-28 Thread Steven M. Schweda
or chmod? And how do you know which permissions the file had originally? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Ascii transfers

2007-02-27 Thread Steven M. Schweda
://alp-l/wget/wget-1_9_1e_vms/vms_notes.txt;type=a = `vms_notes.txt' [...] 257 SYS$SYSDEVICE:[ANONYMOUS] is current directory. done. == TYPE A ... -- TYPE A 200 TYPE set to ASCII. [...] Steven M. Schweda

Re: wget having trouble with large files

2007-02-17 Thread Steven M. Schweda
From: Niels Möller [...] I'm using wget-1.9.1, [...] You might try version 1.10.2, which offers large-file support. http://www.gnu.org/software/wget/wget.html Steven M. Schweda [EMAIL

Re: wget URL's

2007-02-13 Thread Steven M. Schweda
.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: wget problem with IBM Http Server2 = apache 2

2007-02-03 Thread Steven M. Schweda
In your problem report, I see version numbers for everything but wget. Does adding -d to the wget command tell you anything? Anything in the Web server logs? Steven M. Schweda [EMAIL PROTECTED

Re: is there any plan about supporting different charsets?

2007-02-01 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: is there any plan about supporting different charsets?

2007-01-31 Thread Steven M. Schweda
for correctness until I know what you're trying to do. You may know what you want, but it's not clear to me. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint

Re: wget error report

2007-01-30 Thread Steven M. Schweda
information we can't see the date-time data for ourselves.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: is there any plan about supporting different charsets?

2007-01-30 Thread Steven M. Schweda
character sets? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: is there any plan about supporting different charsets?

2007-01-30 Thread Steven M. Schweda
name strings for the languages you would like to support, but that could make the problem impossible to solve for some languages.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1

Re: Newbie Question - DNS Failure

2007-01-22 Thread Steven M. Schweda
OS version, and who knows which patches have been applied to either system?, and so on. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Newbie Question - DNS Failure

2007-01-20 Thread Steven M. Schweda
Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Possibly bug

2007-01-17 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Downloading multiple pages

2007-01-17 Thread Steven M. Schweda
)? Or that it might be difficult for someone else to guess what happens when no one else can see the Web page which seems to be causing your trouble? Does it actually have links to other pages? Steven M. Schweda [EMAIL

Re: SI units

2007-01-14 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Issue/query with the Wget

2007-01-03 Thread Steven M. Schweda
problems with large files, but those are not wget problems. As usual, it would help to know which version of wget you're using, on which host system type you're using it, and the OS version there. Steven M. Schweda

Re: re: 4 gig ceiling on wget download of wiki database. Wikipedia database being blocked?

2006-12-24 Thread Steven M. Schweda
of the data already downloaded? Wikipedia doesn't have tech support, [...] Perhaps because they'd get too many questions like this one too many times. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick

Re: problem at 4 gigabyte mark downloading wikipedia database file.

2006-12-22 Thread Steven M. Schweda
Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Wget timestamping is flawed across timezones

2006-12-21 Thread Steven M. Schweda
unsuccessful that I don't spend much time working on adding features and fixes which are not trivially easy and which I don't actually need myself. But I wouldn't try to discourage anyone else. Steven M. Schweda

Re: FTP SYST NULL dereferencing crash (found by someone else)

2006-12-19 Thread Steven M. Schweda
the user when the FTP server behaves badly? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: trouble loading and installing wget

2006-12-11 Thread Steven M. Schweda
[...] That's ideas, by the way. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: hacking 'prefix'

2006-12-01 Thread Steven M. Schweda
.) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Accents in PHP parameter

2006-11-30 Thread Steven M. Schweda
is the latest released version. If there is a problem with wget 1.7, _and_ if it's still a problem in 1.10.2, then someone might wish to work on it. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick

Re: Documentation error?

2006-11-29 Thread Steven M. Schweda
. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: linux version crashes when reaching the max size limit

2006-11-07 Thread Steven M. Schweda
file system. 3. Wget 1.10.2 is the latest released version. Complaints about older versions normally lead to a suggestion to try the latest version. Steven M. Schweda [EMAIL PROTECTED] 382 South

Re: wget 1.10.1 segfaults after SYST

2006-11-06 Thread Steven M. Schweda
nice to see a problem report with some useful info (wget version, host OS, et c.) for a change. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN

Re: BUG - .listing has sprung into existence

2006-10-30 Thread Steven M. Schweda
From: Sebastian Doctor, it hurts when I do this. Don't do that. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: new wget bug when doing incremental backup of very large site

2006-10-21 Thread Steven M. Schweda
don't re-retrieve files unless newer than local. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105

  1   2   >