Re: Back after a while

2005-02-16 Thread Steven M. Schweda
and glean what you can.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: Back after a while

2005-02-16 Thread Steven M. Schweda
From: Hrvoje Niksic [EMAIL PROTECTED] but perhaps a better question would have been, 'Where can't a GCC user do a printf() using %ll?'. On any system that predates `long long'. For example, SunOS 4.1.x, Ultrix, etc. I thought we were discussing changes for large-file support.

Re: Large file support (was Re: Back after a while)

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

Large file support (was: Back after a while)

2005-02-18 Thread Steven M. Schweda
) truncates externals longer than 31 characters, so I worry about these things even if no one else objects to typing for days on one statement.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street

Re: Large file support

2005-02-21 Thread Steven M. Schweda
be pretty easy. Anyway, why the unfriendliness? [...] Not unfriendly, just a bit frustrated. Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN

Re: O_EXCL and large files

2005-02-22 Thread Steven M. Schweda
and/or the builders.) A quick look at Tru64 UNIX suggests that large-file is all there is. I'd say that if it fails on Linux, then Linux has a problem. (But I'd expect it to be fine if you do it correctly.) Steven M. Schweda

wget 1.10 alpha 1

2005-04-07 Thread Steven M. Schweda
What would it take to get my VMS changes into the main code stream? http://antinode.org/dec/sw/wget.html Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED

Re: wget 1.10 alpha 1

2005-04-12 Thread Steven M. Schweda
in some header file? Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: wget 1.10 alpha 1

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

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

2005-04-14 Thread Steven M. Schweda
/include/*.h /usr/include/unistd.h:#define _POSIX_TIMERS Is there any reason that # ifdef _POSIX_TIMERS would be worse? Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL

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

2005-04-15 Thread Steven M. Schweda
# if defined(_POSIX_TIMERS) _POSIX_TIMERS 0 That's fine, if you prefer: ptimer.c:95:46: operator '' has no right operand This doc makes it appear that the unistd.h here does not conform: http://www.opengroup.org/onlinepubs/009695399/basedefs/unistd.h.html I fear that the test must

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

2005-04-15 Thread Steven M. Schweda
I suppose we should then use: #ifdef _POSIX_TIMERS # if _POSIX_TIMERS 0 Doesn't help. It's defined, but null. Mr, Jones is probably close to the right answer with: #if _POSIX_TIMERS - 0 0 I was looking for a way to make null look like positive, but a little more reading

Re: wget 1.10 release candidate 1

2005-05-31 Thread Steven M. Schweda
bug you find. The VMS changes seem to be missing. But you probably knew that. Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: wget and ASCII mode

2005-06-04 Thread Steven M. Schweda
risky assumption, but it's explained in the comments.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: wget and ASCII mode

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

Re: wget and ASCII mode

2005-06-27 Thread Steven M. Schweda
with incompatible options (which I haven't done). Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: strtoll() not available on HP-UX

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

Re: with recursive wget status code does not reflect success/failure of operation

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

wget 1.10.2 released

2005-10-13 Thread Steven M. Schweda
, and the source should still be good on non-VMS systems. (Better, if you're trying to access a VMS FTP server.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint

Re: RFE: gethostbyname bypass

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

Re: Error connecting to target server

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

Re: retr.c:292: calc_rate: Assertion `bytes = 0' failed.

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

Re: wget BUG: ftp file retrieval

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

Re: wget BUG: ftp file retrieval

2005-11-25 Thread Steven M. Schweda
in this forum a while back, involving an inability to specify a different device in a URL.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: wget BUG: ftp file retrieval

2005-11-26 Thread Steven M. Schweda
the if to let it be used everywhere. Of course, I'm well known to be delusional in these matters. Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105

Re: wget output question

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

Re: wget output question

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

Re: Problems using -O under Windows

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

Re: characters downloaded via wget

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

Re: Wishlist: support the file:/// protocol

2005-12-13 Thread Steven M. Schweda
, if the implementation involves something as clever as 'system( cp -p /a/b.c somewhere);', please bear in mind that such code is not portable (to VMS, for example). Steven M. Schweda (+1) 651-699-9818 382

Re: wget-1.10.2 compile errors

2006-01-02 Thread Steven M. Schweda
is an invitation to trouble. (And using format lx as the nearby comment suggests is also likely to cause trouble when this coincidence fails.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street

Re: wget-1.10.2 compile errors

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

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

2006-01-05 Thread Steven M. Schweda
know what SVN is?) Adding -d to your wget commands could also be more helpful in finding a diagnosis. If one program works and one doesn't, why use the one which doesn't? Steven M. Schweda (+1) 651-699

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

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

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

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

Re: wget -O writes empty file on failure

2006-01-17 Thread Steven M. Schweda
written to it, but it'd probably be simpler for the fellow who specifies -O to do the check himself. man wc Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint

Re: --page-requisites option

2006-01-24 Thread Steven M. Schweda
wget -V should tell us which Wget version you are using. 1.10.2 is the latest released version. http://directory.fsf.org/wget.html Adding -d to the command may generate some useful output. Steven M. Schweda

Re: download file with latest modified date in directory

2006-01-25 Thread Steven M. Schweda
use to you, but that's what I'd write.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: new feature...

2006-02-02 Thread Steven M. Schweda
developers actually care about VMS.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL PROTECTED] Saint Paul MN 55105-2547

Re: Configuring WGet on Solaris 2.6

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

Re: timestamping feature with different output file name

2006-02-16 Thread Steven M. Schweda
I'm curious. Currently, -O may be used with multiple URLs on the command line. What would be the right way for this to work with -N? Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street

Re: Wget do not exit after the 100 percent of downloading;

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

Re: wget seems not to respect -np

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

Re: Problem downloading 2GB files in new version ?

2006-02-23 Thread Steven M. Schweda
Content-Length: -2085613568 If the server reports a bad length, it's asking a lot to expect Wget to fix it. (It could be done, but not reliably.) Steven M. Schweda (+1) 651-699-9818 382 South

Re: Downloading large files

2006-02-23 Thread Steven M. Schweda
[...] wget.exe version 1.8.2. You might try Wget 1.10.2, which has large-file support (where the underlying operating system and C run-time library do). http://www.gnu.org/software/wget/wget.html Steven M

Re: Problem installing wget 1.10.2 on AIX

2006-03-02 Thread Steven M. Schweda
is getting now)? Have you considered installing GCC? (You'd like to think that that wouldn't be needed.) Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street[EMAIL

Re: Wget 1.10.2 bug

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

Re: Fwd: Recursive FTP Fail -- unsupported file type?

2006-03-08 Thread Steven M. Schweda
It might help to know which version of Wget you're using, and on what you're using it. What's the purpose of the * in your command? Steven M. Schweda (+1) 651-699-9818 382 South Warwick Street

Re: downloading https site with a username and password

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

Re: -O switch always overwrites output file

2006-05-05 Thread Steven M. Schweda
if someone added a -nc check for the -O file. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: missing files

2006-05-10 Thread Steven M. Schweda
happening (clues), it's not possible to say much which might be useful. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: Missing K/s rate on download of 13MB file

2006-05-13 Thread Steven M. Schweda
(such as no bytes transferred), not that the value is zero. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: recursive download

2006-05-19 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 Help

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

Re: WGET Out of Memory Error

2006-05-25 Thread Steven M. Schweda
automatically. How much swap space do you have available? How much free disk space do you have? How do you turn one into the other on your OS? Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1

Re: WGET -O Help

2006-05-25 Thread Steven M. Schweda
this some time ago. what do you guys think? Sounds like a good thing to work on right after the VMS-related changes have been added. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1

Re: BUG: wget with option -O creates empty files even if the remote file does not exist

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

Re: Problem with recursion and standard output

2006-06-13 Thread Steven M. Schweda
at the same time, which, while not necessarily impossible, would require a significantly different method of operation. What would be the value of the mess which would result from such a Wget command if it _did_ work? Steven M

Re: wget 1.11 alpha 1 released

2006-06-13 Thread Steven M. Schweda
From: Mauro Tortonesi ftp://alpha.gnu.org/pub/pub/gnu/wget/wget-1.11-alpha-1.tar.gz I assume that it would be pointless to look for the VMS changes here, but feel free to amaze me. Steven M. Schweda

Re: wget 1.11 alpha 1 released

2006-06-13 Thread Steven M. Schweda
First, a bit of history... From: Steven M. Schweda 15-DEC-2004 14:19:07.55 [...] http://www.antinode.org/dec/sw/wget.html [...] From Mauro Tortonesi Sun, 10 Apr 2005 23:21:00 -0500 [...] if you want your patches to be merged in our CVS, you should follow the official patch submission

Re: concurrent use of -O and -N options

2006-08-16 Thread Steven M. Schweda
(1.10.2), I see no value to allowing -N with -O. But I _do_ see value in VMS support, so my opinion may not be worth much. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699

Re: wget file with wild cards

2006-08-18 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.11 beta 1 released

2006-08-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 silently overwrites a file when using -c and the server does not support resuming

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

Re: REST - error for files bigger than 4GB

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

Re: wget how do I do...

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

Re: wget how do I do...

2006-09-19 Thread Steven M. Schweda
From: Craig A. Finseth [EMAIL PROTECTED] 1.9 going from Solaris 9 to a Windows server. Note that 1.10.2 is the current released version. http://www.gnu.org/software/wget/wget.html In fact, adding the trailing / solved the problem completely. I had hope, just not confidence.

Re: wget 1.10.1 segfaults after SYST

2006-09-25 Thread Steven M. Schweda
be useful. (dbx .../wget core, where?) Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: wget 1.10.1 segfaults after SYST

2006-09-25 Thread Steven M. Schweda
no obvious reason not to try the current released version. It can be built and used to run a test without replacing the official one. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651

Re: wget 1.10.1 segfaults after SYST

2006-09-26 Thread Steven M. Schweda
is _not_ UNIX-like, then the whole thing may fail with confusing symptoms. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105-2547

Re: wget 1.10.1 segfaults after SYST

2006-09-26 Thread Steven M. Schweda
a successful (2xx) but empty response to a SYST inquiry. It makes sense to change wget to avoid the failure, but it may make even more sense to switch to a better FTP server. Steven M. Schweda [EMAIL PROTECTED

Re: I have seen something strange

2006-09-27 Thread Steven M. Schweda
easy. If you can do it, you could Try setting environment variable MallocHelp to see tools to help debug. Knowing exactly where tha bad free() was could help much. Steven M. Schweda [EMAIL PROTECTED] 382

Re: Parallel downloads provide significant speedup

2006-09-28 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.1 segfaults after SYST - solved

2006-09-29 Thread Steven M. Schweda
provider, too, but I'm a chronic complainer. Thanks! Thanks for the report. Glad to help. Steven M. Schweda [EMAIL PROTECTED] 382 South Warwick Street(+1) 651-699-9818 Saint Paul MN 55105

Re: Question / Suggestion for wget

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

Re: Im not sure this is a bug or feature... (2GB limit?)

2006-10-14 Thread Steven M. Schweda
From: Tima Dronenko Im not sure this is a bug or feature... wget -V If your wget version is before 1.10, it's a feature. At or after 1.10, it's a bug. (In some cases, the bug is in the server.) Steven M

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

2006-10-15 Thread Steven M. Schweda
be a bug, but finding it could be difficult. 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

  1   2   >