[linux-l] Wget hinter einem Proxy

Glatzel Tino tino.glatzel at badenIT.de
Di Aug 19 08:18:44 CEST 2003


Hallo Liste,

ich versuche schon länger mit wget einen Teilbereich eines FTP-Servers zu
spiegeln. Wget zieht mir jedoch immer nur die index.html runter. Im Internet
fand ich auch schon einige solcher Fehlerbeschreibungen, nur keine Lösung.

http_proxy=http://192.168.99.15:8080
ftp_proxy=http://192.168.99.15:8080
export http_proxy
export ftp_proxy

wget --mirror --no-parent --passive-ftp --proxy=on --proxy-user=USERACCOUNT
--proxy-passwd=PASSWORD ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/
<ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/> 


Hier sind die Ausgaben von wget:

~# wget --mirror --no-parent --passive-ftp --proxy=on
--proxy-user=USERACCOUNT --proxy-passwd=PASSWORD
ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/
<ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/> 
--07:26:35--  ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/
<ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/> 
           => `ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/index.html'
Connecting to 192.168.99.15... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Last-modified header missing -- time-stamps turned off.
--07:26:35--  ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/
<ftp://ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/> 
           => `ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/index.html'
Connecting to 192.168.99.15:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [ <=>                                 ] 2,425        473.63K/s

07:26:36 (473.63 KB/s) -
`ftp-suse.uni-freiburg.de/pub/suse/i386/8.2/index.html' saved [2425]


FINISHED --07:26:36--
Downloaded: 2,425 bytes in 1 files


Gebe ich jedoch einzelne files an, so funktioniert das ohne Probleme. Hat
jemand ne Ahnung ??

tino






Mehr Informationen über die Mailingliste linux-l