Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 122746

Summary: curl missing large file support
Product: Red Hat Enterprise Linux 3 Reporter: Karl Hastings <karlos>
Component: curlAssignee: Eido Inoue <havill>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: barryn, buchholz, jnovy
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 7.12.0-2 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-28 20:46:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karl Hastings 2004-05-07 17:06:55 UTC
Description of problem:
curl does not have Large File Support.  curl cannot save/download
files over 2G.


Version-Release number of selected component (if applicable):
curl-7.10.6-4.1

How reproducible:
Always

Additional info:
Like wget, LFS will be difficult to implement in curl.  It is needed
though.

Comment 1 Karl Hastings 2004-05-07 17:08:46 UTC
I selected i386 from the list, but don't see it in the bug report. 
LFS is only an issue on 32bit systems.

Comment 2 Eido Inoue 2004-05-10 15:43:14 UTC
this is not something that can be solved by a simple option to
configure, unfortunately.

(while this is a valid bug, its useful to point out that if you're
receiving/sending a file greater than 2 gigs, you probably shouldn't
be using http/https/ftp)

Comment 3 Karl Hastings 2004-05-10 22:03:19 UTC
I was only getting 22 bytes/sec downloading the Fedora Core 2 test3
DVD .iso off of bittorrent  :(

So, no, curl wasn't my first choice...

I even tried curl in 2G chunks, but the ftp server was broken and
would allow me to continue a file past the 2G mark.  So, I backed up a
few bytes continued just before the 2G mark and let it download the
next 2G.  Finally had to settle for the slow torrent feed for the last
100M or so.

Just very frustrating all in all.

Comment 4 Karl Hastings 2004-05-10 22:05:33 UTC
er...  That should say "would _not_ allow me to continue past the 2G
mark."

Comment 5 Eido Inoue 2004-05-17 15:08:40 UTC
7.11.x apparently does support large files-- will upgrade to that for
next update

Comment 6 Don Buchholz 2004-05-28 01:11:52 UTC
Just want to say "me too".  Been trying to download Fedora Core 2 DVD
ISO image ... curl is broke, wget is broke ... trying classic FTP now.
I will definately appreciate the next update.