Hello !

I can't download more than one file from
a ftp-server via http-proxy by wget.

I'm not sure if it's a bug or a feature.
If it is me who makes a misstake please
tell me via personal mail.

I tried some parameters but "index.html"
was the only file which was downloaded.

The parameters I tried:
----------------------
-r | -m (I used allways one of them)
--passive-ftp
--follow-ftp
-rkm -np
-nd
-nr
-np
-d
--cache off
--glob on (and a "*" at end of source path, but an error
message appears: "Warning: wildcards not supported in HTTP.")

the relevant part of script:
---------------------------
export http_proxy=...
export ftp_proxy=...
wget -m -np -nd --passive-ftp --follow-ftp \
 ftp://ftp.zfos.org/brew/kolab/CFG/kolab-1.0.14-20031126


regards Ralf

PS:
as an example I send a debug-output to you:

[EMAIL PROTECTED]>  wget --cache off -r -nd --passive-ftp -d 
ftp://ftp.zfos.org/brew/kolab/CFG/kolab-1.0.14-20031126/
DEBUG output created by Wget 1.8.1 on linux.

--12:49:13--  ftp://ftp.zfos.org/brew/kolab/CFG/kolab-1.0.14-20031126/
           => `index.html'
Resolving wwwproxy.bank.dresdner.net... done.
Caching wwwproxy.bank.dresdner.net => 191.202.1.13
Connecting to wwwproxy.bank.dresdner.net[191.202.1.13]:8080... connected.
Created socket 3.
Releasing 0x807fb80 (new refcount 1).
---request begin---
GET ftp://ftp.zfos.org/brew/kolab/CFG/kolab-1.0.14-20031126/ HTTP/1.0
User-Agent: Wget/1.8.1
Host: ftp.zfos.org
Accept: */*
Pragma: no-cache

---request end---
Proxy request sent, awaiting response... HTTP/1.0 200 Ok
Proxy-agent: iPlanet-Web-Proxy-Server/3.6
Date: Tue, 09 Dec 2003 11:49:13 GMT
Content-type: text/html


Length: unspecified [text/html]

    [ <=>                                                                              
                
] 1,307         38.68K/s

Closing fd 3
12:49:13 (38.68 KB/s) - `index.html' saved [1307]


FINISHED --12:49:13--
Downloaded: 1,307 bytes in 1 files

Reply via email to