Hi all,

I'm using the following command to mirror the cygwin dir (from sunsite.dk, and
I'm going through an HTTP proxy):

wget --debug \
     --no-host-directories \
     --cut-dirs=2 \
     --mirror \
     --directory-prefix=/mirrors/test ftp://sunsite.dk/mirrors/cygwin

Output of this command is included below. The short story is: wget downloads an
index.html file, and then fails to retrieve any more files from the site. I've
tried this with 1.9.1 and 1.8.2, both the same result.

Is there anything obvious here that I'm doing wrong?

Maarten

============== Output =================
DEBUG output created by Wget 1.9.1 on solaris2.8.

--09:39:52--  ftp://sunsite.dk/mirrors/cygwin
           => `/mirrors/test/cygwin'
Connecting to 196.7.183.90:80... connected.
Created socket 3.
Releasing 56450 (new refcount 0).
Deleting unused 56450.
---request begin---
HEAD ftp://sunsite.dk/mirrors/cygwin HTTP/1.0
User-Agent: Wget/1.9.1
Host: sunsite.dk
Accept: */*

---request end---
Proxy request sent, awaiting response... HTTP/1.0 200 OK
Date: Sun, 16 Nov 2003 06:15:29 GMT
Content-Type: text/html
Location: ftp://sunsite.dk/mirrors/cygwin/


Length: unspecified [text/html]
Closing fd 3
Last-modified header missing -- time-stamps turned off.
--09:39:53--  ftp://sunsite.dk/mirrors/cygwin
           => `/mirrors/test/cygwin'
Connecting to 196.7.183.90:80... connected.
Created socket 3.
Releasing 56390 (new refcount 0).
Deleting unused 56390.
---request begin---
GET ftp://sunsite.dk/mirrors/cygwin HTTP/1.0
User-Agent: Wget/1.9.1
Host: sunsite.dk
Accept: */*

---request end---
Proxy request sent, awaiting response... HTTP/1.0 200 OK
Date: Sun, 16 Nov 2003 06:15:31 GMT
Content-Type: text/html
Location: ftp://sunsite.dk/mirrors/cygwin/


Length: unspecified [text/html]

    [ <=>                                                                      
        ] 2,697         --.--K/s

Closing fd 3
09:39:55 (4.80 MB/s) - `/mirrors/test/cygwin' saved [2697]


FINISHED --09:39:55--
Downloaded: 2,697 bytes in 1 files


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

Reply via email to