--- Maarten Boekhold <[EMAIL PROTECTED]> wrote: > Nothing under 'release', 'tmp' and 'xfree' is downloaded. Also, the ls-lR > output looks funny. Look at the directories: they don't show as 'drwxr-xr-x', > but as '/rwxr-xr-x'! What does the forward slash mean?
Actually, looking at the 'debug 10' log, I can see a potential reason for this. When lftp gets the directory listing for the top-level directory, it does: ---> GET ftp://sunsite.dk/%2Fmirrors/cygwin/ HTTP/1.1 But when it lists the individual sub-directories, it uses: ---> GET ftp://sunsite.dk/%2Fmirrors/cygwin/xfree%0D/ HTTP/1.1 Notice the %0D in the directory name... Any idea why this is there and how to get rid of it? Maarten __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com
