Re: undocumented behavior of wget

2001-01-15 Thread Jan Prikryl
with wget, it might be a transient failure of your proxy. To say more, one would really need a debug log to see the proxy request header and the corresponding answer. -- jan +---------- Jan Prikryl| vr|vis center

Re: How do I update working dir to wget-1.5.3?

2001-01-15 Thread Jan Prikryl
as "janp" and I did not notice. Might it be a file permission problem? -- jan +---------- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Wget and secure servers

2001-01-19 Thread Jan Prikryl
if Heiko's binaries already contain support for HTTP over SSL. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: FORW: Mailinglist setup again

2001-01-11 Thread Jan Prikryl
at their site as I suppose that as soon as the mailing list starts to use the new address, it won't be archived at their website. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL

Re: WGET: failure for latest WGET to get ftp site

2001-01-11 Thread Jan Prikryl
tive results. Bah. I should probably return my diploma. +---------- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: SUGGESTION: rollback like GetRight

2001-01-10 Thread Jan Prikryl
cut the last NUM bytes of the file and try to resume the download. Chould you elaborate more on the situation where something like `--rollback-check-size' would be needed? What shall be checked there? -- jan +-- Jan Prikryl

Re: WGET: failure for latest WGET to get ftp site

2001-01-10 Thread Jan Prikryl
). -- jan +------ Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: problem with recursive ftp downloading

2001-02-15 Thread Jan Prikryl
e latest CVS, it should work as expected. -- jan -------+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: FTP directory listing

2001-02-15 Thread Jan Prikryl
As the last release of wget (1.6) still lacks support for MS IIS, I'd recommend trying the CVS version. Have a look at http://sunsite.dk/wget/wgetdev.html for more information about how to check out the CVS version. -- jan ---+----------

Re: wget ftp url syntax is wrong

2001-02-26 Thread Jan Prikryl
). -- jan +------ Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: wget ftp url syntax is wrong

2001-02-26 Thread Jan Prikryl
(the correct meaning) and if this does not work, try "CWD /url/dir/path/". -- jan +---------- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: FTP retrieval not functioning

2001-02-26 Thread Jan Prikryl
is broken. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: wget ftp url syntax is wrong

2001-02-28 Thread Jan Prikryl
By the way, neither "//" nor "/%2F" works in 1.7-dev. Perhaps we broke that when we fixed the problem where recursive FTP 'wget's assumed that logging in always put you in '/'? I believe some of Jan's changes broke it. Also, the standard idiom: wget -r

Re: TODO list

2001-03-01 Thread Jan Prikryl
Just browsing through the 1.7+dev TODO file: * Recognize more FTP servers (VMS). I thought this has been implemented in the latest code, or did I misunderstand ? Right. Seems that I forgot to commit this particular change to TODO (the same that happens to me all the time with ChangeLog

Re: for the wishlist

2001-03-06 Thread Jan Prikryl
downloads make only sense in case that the http server limits the bandwidth for a single connection ... -- jan ---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638

Re: MISSING FILES USING WGET

2001-03-07 Thread Jan Prikryl
teral HTML parser to try some heuristic to extract possible URLs from a `javascript:' URL, but noone has written the code yet. -- jan +------ Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL

Re: suggestion for wget

2001-03-18 Thread Jan Prikryl
looking for. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Compiling problems on 1.6

2001-03-19 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Windows FTP servers

2001-04-05 Thread Jan Prikryl
fter some more testing at mail-archive.com and this time from another address. [2] offtopic As I recently learned, these rules check only _outgoing_ e-mail. The spam coming from outside gets happily routed though. /offtopic +--------

Re: Windows FTP servers

2001-04-08 Thread Jan Prikryl
: for "12:01PM", it gives us hour 24, minute 01, which is probably not what we want :-) Not, this is really not exactly what we want ;-). I have just fixed it in CVS. -- jan +------ Jan Prikryl| vr|vis center f

Re: wget 1.6 porting problem with snprintf and isdigit on Solaris 2.5.1

2001-04-08 Thread Jan Prikryl
' This is warning that isdigit doesn't work on negative characters (which are possible on hosts where characters are signed). Here is a patch. Wouldn't just an explicit type cast to `(unsigned char)ch' suffice? -- jan +-- Jan Prikryl

Re: Make Errors

2001-04-27 Thread Jan Prikryl
do? Uptade hr.po in your CVS sources (cvs update ...). I have just added the two missing newlines to the CVS version of hr.po. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL

Re: Netrc Error

2001-04-27 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Make Errors

2001-04-29 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: POST encoding

2001-05-01 Thread Jan Prikryl
as well. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Is there a version of Wget that is 100% Java under GPL or LGPL?

2001-04-26 Thread Jan Prikryl
Quoting Mike Kanaley ([EMAIL PROTECTED]): Subject: Re: Is there a version of Wget that is 100% Java under GPL or LGPL? No, wget is written in C. -- jan +-- Jan Prikryl| vr|vis center for virtual reality

Re: wget reading urls from files

2001-05-14 Thread Jan Prikryl
wget again ... -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Recursive output fails after first file when writing to stdout

2001-05-14 Thread Jan Prikryl
drive (and therefore no URLs can be extracted and the recursive download will fail). -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: ftp_bug

2001-05-14 Thread Jan Prikryl
/wget/ - you will find there some links to searchable archives of this mailing list. -- jan ---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation

Re: recursive web-suck ignores directory contents

2001-05-16 Thread Jan Prikryl
---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: --spider download

2001-05-19 Thread Jan Prikryl
much more work for Wget to get | close to the functionality of real WWW spiders. Actually, I guess wget shall be able to work as a spider with FTP links as well. Will look into that. -- jan +-- Jan Prikryl

Percentage indicator still does not work properly with --continue

2001-05-24 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Query regarding wget SSL...

2001-05-30 Thread Jan Prikryl
). -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: What do you think my chances are of getting wget to work on H P-UXare ? :-))))))))) aarrrggggghhh !!!

2001-05-31 Thread Jan Prikryl
tried to execute wget with the full pathname (/installation_path/bin/wget) ? Isn't' it on a partition that has been mounted as 'no_exec' or similar? -- jan ---+ Jan Prikryl icq | vr|vis center for virtual

Re: WGET suggestion

2001-06-04 Thread Jan Prikryl
. Michael, which version of wget do you use? I guess (but maybe I'm mistaken) that versions 1.6 and upwards do download CSS when doing recursive traversal (or --page-requisities). -- jan +-- Jan Prikryl| vr|vis

Re: Page move

2001-06-04 Thread Jan Prikryl
twice). I'll update the WWW page accordingly. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: cgi scripts and wget

2001-06-04 Thread Jan Prikryl
fails. But before this, please upgrade to wget 1.7 which has been released just few moments ago. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: make install, wget.1, builddir != srcdir

2001-06-05 Thread Jan Prikryl
wget.info and message catalogues are either not build or not installed when build != src. I'm working on that. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http

gettext not found after libssl check failed

2001-06-05 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +-- Index: configure.in

Re: wget 1.7 configure errors

2001-06-05 Thread Jan Prikryl
to keep tow versions of the compiler). In this setup, `CC=/usr/bin/gcc ./configure ... ; make' will build wget with the old GCC 2.95.2 just fine. -- jan +-- Jan Prikryl| vr|vis center for virtual reality and visualisation

Re: Wget 1.7-pre1 available for testing

2001-06-05 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +-- Index: configure.in

Re: Wget 1.7-pre1 available for testing

2001-06-06 Thread Jan Prikryl
Jan Prikryl [EMAIL PROTECTED] writes: It seems that -lsocket is not found as it requires -lnsl for linking. -lnsl is not detected as it does not contain `gethostbyname()' function. That's weird. What does libnsl contain if not gethostbyname()? It seems to contain `gethostname

Re: wget 1.7, linux, -rpath

2001-06-06 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +-- Index: configure.in

Re: WGET is changing my URL!

2001-06-06 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: How do I get SSL support to work in 1.7?

2001-06-07 Thread Jan Prikryl
---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: dynamic web page using wget?

2001-06-09 Thread Jan Prikryl
+-- Jan Prikryl| vr|vis center for virtual reality and visualisation [EMAIL PROTECTED] | http://www.vrvis.at +--

Re: Problems with wget - Bulletproof ftpd (Win32)

2001-06-13 Thread Jan Prikryl
Dings-Da wrote: I got a question on Wget's behaviour with Windows-based Bulletproof FTPd. Though i am aware that wget had some problems with Windows-based ftp servers, which were quite often discussed here in the mailing list, i tried out the latest wget-version v1.7 (not dev!) and

Re: build outside of source dir breaks installation of wget.1

2001-06-14 Thread Jan Prikryl
Mike Castle wrote: I try to build all autoconfed packages outside of the source directory. (It is suggested that they allow this type of build in the GNU Coding Standards.) The generated man page, wget.1, ends up in the build directory, but install looks for it in srcdir: Yes, this is a

Re: [Fwd: type=a problem with wget 1.6]

2001-06-18 Thread Jan Prikryl
=a' (one has to escape characters that have a special meaning to your shell, as `?', `', `*', or `;'). -- jan ---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638

Re: wget hp-ux/sco

2001-07-04 Thread Jan Prikryl
right now), wget was able of FTP downloads from HP/UX 10.20 FTP server. If you are experiencing any difficulties, please, give us more details - preferrably a debug output generated by `-d' option. -- jan ---+ Jan Prikryl

Re: wget hp-ux/sco

2001-07-04 Thread Jan Prikryl
---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: make problem - not *really* a bug!?!

2001-07-16 Thread Jan Prikryl
---+ Dr. Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: Ever heard of that version?

2001-07-16 Thread Jan Prikryl
think that code comes directly from Hrvoje and not from this German guy. -- jan ---+ Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http

Re: Segfault on Linux/390 for wget 1.6 and 1.7

2001-07-19 Thread Jan Prikryl
---+ Dr. Jan Prikryl icq | vr|vis center for virtual reality and [EMAIL PROTECTED] 83242638 | visualisation http://www.vrvis.at ---+

Re: error building the doc/ directory

2001-08-01 Thread Jan Prikryl
information about WGET CVS. The release that repaires this and some other build problems (mainly related to SSL library detection) will be 1.7.1 . Thanks for reporting this. -- jan ---+ Jan Prikryl icq | vr

Re: wget and VMS

2001-08-13 Thread Jan Prikryl
I've recently upgraded from wget-1.5.3 to wget-1.7 and now cannot download files from OpenVMS via ftp. My home directory at VAX is USERB2:[SYS] and file I need is in USERB4:[RA]. wget-1.5.3 can download it with this command: export WGETRC=authfile # here are my username and password wget