TODO list

2001-03-01 Thread Herold Heiko

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 ?

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1 ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY




Re: Compiled wget on HP-UX 11.0

2001-03-01 Thread Hrvoje Niksic

"Dan Harkless" [EMAIL PROTECTED] writes:

 "Al Wheeler" [EMAIL PROTECTED] writes:
  Hello,
  Your documentation said that wget had been successfully compiled on HP-UX 9 
  and others.  I did not know which others, so I figured I would tell you I 
  got it done on HP-UX 11.0.
  I did have a bit of a struggle with it at first, as our webserver's compiler 
  gave errors in the log.c about prototyping being an ANSI feature.  
 
 Are you using HP's CC compiler?  If so, you should use the -Ae
 option to enable ANSI and extensions.

Last time I checked, `-Aa -D_HPUX_SOURCE' should also suffice.  In
fact, Wget's configure script tries to set those flags for HPUX cc.
Obviously this detection failed on Al's machine, for whatever reason.



? .netrc operations in shell script produce different results

2001-03-01 Thread Bill Brown

I have a script that does the following 

wget --continue --tries=inf -r --glob=on --no-directories  -oout.txt
ftp://ftp.123.com/.cdra/peak/

Running wget -V GNU Wget 1.5.3 on Sun Solaris 8

Execute wget in a shell script from a telnet window it works fine. The
.netrc login file is found and thing work fine.

--11:41:23--  ftp://ftp.123.com:21/.cdra/peak/
   = `.listing'
Connecting to ftp.123.com:21... connected!
Logging in as west ... Logged in!
== TYPE I ... done.  == CWD .cdra/peak ... done.
== PORT ... done.== LIST ... done.

0K -

11:41:26 (871.09 KB/s) - `.listing' saved [892]

Removed `.listing'.
--11:41:26--  ftp://ftp.123.com:21/.cdra/peak/20010228.ca
   = `20010228.ca'
== CWD not required.
== PORT ... done.== REST 3172 ... done.
== RETR 20010228.ca ... done.
Length: 3,172 [0 to go]

0K - ,,,
[100%]


The same shell script through Oracle Enterprise manager it doesn't seem to
find the .netrc and tries to log on as anonymous...


--11:34:20--  ftp://ftp.123.com:21/
   = `.listing'
Connecting to ftp.123.com:21... connected!
Logging in as anonymous ... 
The server refuses login.
Retrying.

--11:34:20--  ftp://ftp.123.com:21/
  (try: 2) = `.listing'
Connecting to ftp.123.com:21... connected!
Logging in as anonymous ... 
The server refuses login.
Retrying.

--11:34:21--  ftp://ftp.123.com:21/
  (try: 3) = `.listing'
Connecting to ftp.123.com:21... connected!
Logging in as anonymous ... 
The server refuses login.
Retrying.

Can anyone shed some light on this problem?  At first I thought it was
because of the .cdra in the path name.  Now I am not sure at all.
Would love some advise on the best way to debug this problem.


Regards,

Bill Brown




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 entries).

I'll change it.
-- jan




Re: Lying FTP servers workaround

2001-03-01 Thread Dan Harkless


Dan Harkless [EMAIL PROTECTED] writes:
  My sincerest apologies. I only checked wget-1.6/ChangeLog and didn't
  even think of looking anywhere else.
  
  I'm really sorry.
 
 No problem.  It is unusual to have different ChangeLog files for different
 directories.  Perhaps I should rename README.branches (not present in 1.6)
 to ChangeLog.README and include a new section at the beginning revealing the
 existence of the other ChangeLog files.

I've just committed this change.

---
Dan Harkless| To help prevent SPAM contamination,
GNU Wget co-maintainer  | please do not mention this email
http://sunsite.dk/wget/ | address in Usenet posts -- thank you.