Hans,

Based on what I'm seeing on the FTP server side, and the debugging output
you sent, this definitely looks like a wget problem.  From the FTP server,
everything looks normal.  No strange command sequences, nothing odd at all.

So, I guess you need to keep bugging the wget maintainer (if he's still
interested in working on wget).


Mark

-----Original Message-----
From: Hans Deragon (QA/LMC) [mailto:[EMAIL PROTECTED]
Sent: Monday, July 14, 2003 1:05 PM
To: 'Post, Mark K'
Subject: RE: wget: ftp through http proxy not working with 1.8.2. It doe
s work with 1.5.3


wget --debug -m ftp://l015062.zseriespenguins.ihost.com/

2nd time output:
==========================================================================
DEBUG output created by Wget 1.8.2 on linux-gnu.

--12:58:00--  ftp://l015062.zseriespenguins.ihost.com/
           => `l015062.zseriespenguins.ihost.com/index.html'
Resolving www-proxy.lmc.ericsson.se... done.
Caching www-proxy.lmc.ericsson.se => 142.133.17.203
Connecting to www-proxy.lmc.ericsson.se[142.133.17.203]:80... connected.
Created socket 3.
Releasing 0x8082060 (new refcount 1).
---request begin---
HEAD ftp://l015062.zseriespenguins.ihost.com/ HTTP/1.0
User-Agent: Wget/1.8.2
Host: l015062.zseriespenguins.ihost.com
Accept: */*

---request end---
Proxy request sent, awaiting response... HTTP/1.0 200 OK
Server: Squid/2.4.STABLE2
Mime-Version: 1.0
Date: Mon, 14 Jul 2003 16:59:11 GMT
Content-Type: text/html
Age: 25
X-Cache: HIT from www-proxy.lmc.ericsson.se
Proxy-Connection: close


Length: unspecified [text/html]
Closing fd 3
Last-modified header missing -- time-stamps turned off.
--12:58:00--  ftp://l015062.zseriespenguins.ihost.com/
           => `l015062.zseriespenguins.ihost.com/index.html'
Found www-proxy.lmc.ericsson.se in host_name_addresses_map (0x8082060)
Connecting to www-proxy.lmc.ericsson.se[142.133.17.203]:80... connected.
Created socket 3.
Releasing 0x8082060 (new refcount 1).
---request begin---
GET ftp://l015062.zseriespenguins.ihost.com/ HTTP/1.0
User-Agent: Wget/1.8.2
Host: l015062.zseriespenguins.ihost.com
Accept: */*

---request end---
Proxy request sent, awaiting response... HTTP/1.0 200 OK
Server: Squid/2.4.STABLE2
Mime-Version: 1.0
Date: Mon, 14 Jul 2003 16:59:47 GMT
Content-Type: text/html
X-Cache: MISS from www-proxy.lmc.ericsson.se
Proxy-Connection: close


Length: unspecified [text/html]

    0K .                                                       163.92 KB/s

Closing fd 3
12:58:11 (163.92 KB/s) - `l015062.zseriespenguins.ihost.com/index.html'
saved [1175]


FINISHED --12:58:11--
Downloaded: 1,175 bytes in 1 files




Diff between 1st and 2nd output:
==========================================================================
[EMAIL PROTECTED] 2]# diff output  ../1/output 
3c3
< --12:58:00--  ftp://l015062.zseriespenguins.ihost.com/
---
> --12:56:41--  ftp://l015062.zseriespenguins.ihost.com/
11,36d10
< HEAD ftp://l015062.zseriespenguins.ihost.com/ HTTP/1.0
< User-Agent: Wget/1.8.2
< Host: l015062.zseriespenguins.ihost.com
< Accept: */*
< 
< ---request end---
< Proxy request sent, awaiting response... HTTP/1.0 200 OK
< Server: Squid/2.4.STABLE2
< Mime-Version: 1.0
< Date: Mon, 14 Jul 2003 16:59:11 GMT
< Content-Type: text/html
< Age: 25
< X-Cache: HIT from www-proxy.lmc.ericsson.se
< Proxy-Connection: close
< 
< 
< Length: unspecified [text/html]
< Closing fd 3
< Last-modified header missing -- time-stamps turned off.
< --12:58:00--  ftp://l015062.zseriespenguins.ihost.com/
<            => `l015062.zseriespenguins.ihost.com/index.html'
< Found www-proxy.lmc.ericsson.se in host_name_addresses_map (0x8082060)
< Connecting to www-proxy.lmc.ericsson.se[142.133.17.203]:80... connected.
< Created socket 3.
< Releasing 0x8082060 (new refcount 1).
< ---request begin---
46c20
< Date: Mon, 14 Jul 2003 16:59:47 GMT
---
> Date: Mon, 14 Jul 2003 16:58:28 GMT
54c28
<     0K .                                                       163.92 KB/s
---
>     0K .                                                       382.49 KB/s
57c31,32
< 12:58:11 (163.92 KB/s) - `l015062.zseriespenguins.ihost.com/index.html'
saved [1175]
---
> Last-modified header missing -- time-stamps turned off.
> 12:56:52 (382.49 KB/s) - `l015062.zseriespenguins.ihost.com/index.html'
saved [1175]
60c35
< FINISHED --12:58:11--
---
> FINISHED --12:56:52--

Reply via email to