I was able to download a largefile (>2GByte) using an ftp URL, but not via
http. Is this an lftp issue or a web server/HTTP problem? In particular,
lftp-3.0.6 and lftp-3.1.1 are both able to see the Fedora Core 3 DVD ISO
image at the primary Fedora site and kernel.org mirror via ftp but not via http.
Both ftp and http work fine from these 2 sites on small (<2GByte) files.


> lftp -e "dir FC3-i386-DVD.iso" 
> ftp://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/iso/
cd ok, cwd=/pub/fedora/linux/core/3/i386/iso              
-rw-r--r--    1 ftp      ftp      2466410496 Nov 03 22:18 FC3-i386-DVD.iso

and,

> lftp -e "dir FC3-i386-DVD.iso" ftp://mirrors.kernel.org/fedora/core/3/i386/iso
cd ok, cwd=/fedora/core/3/i386/iso                   
-rw-r--r--    1 537      537      2466410496 Nov 03 22:18 FC3-i386-DVD.iso


BUT,


> lftp -e "dir FC3-i386-DVD.iso" 
> http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/iso/
cd ok, cwd=/pub/fedora/linux/core/3/i386/iso             
ls: Access failed: 403 Forbidden (FC3-i386-DVD.iso)   

and,

> lftp -e "dir FC3-i386-DVD.iso" 
> http://mirrors.kernel.org/fedora/core/3/i386/iso
cd ok, cwd=/fedora/core/3/i386/iso                      
ls: Access failed: 403 Forbidden (FC3-i386-DVD.iso)   


Thanks.

-- 
Stuart Anderson  [EMAIL PROTECTED]  http://www.srl.caltech.edu/personnel/sba

Reply via email to