Thanks, Stan.   I did try just restarting it with just the command below 
and it picked up where it left off and seems to be working fine.
curl -C - -O 
'http://mirror.its.uidaho.edu/pub/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-DVD.iso'

No quotas -- and I did try another mirror and got stopped at the same 
point.
So, not sure why the problem exists but I'm happy that running the command 
again does pick up there and finish the download.
Thanks for your help!

Fred -- It's just easier (usually :-) to download directly to the server 
and be able to run the command in the background.

Thanks,
Denise Agosti
Dana Holding Corporation
419.482.2001



Denise Agosti/IT/Dana 
11/26/2008 12:57 PM

To
[email protected]
cc

Subject
Troubles downloading Fedora DVD iso





I am trying to download the DVD iso for Fedora 10 using curl.
Instead of getting the full 3.4Gb, it always stops at this exact size = 
1073762304 Nov 26 09:21 Fedora-10-i386-DVD.iso

I have tried the Fedora 9 DVD iso but had the same issue.   I have tried 
different mirrors --- still same problem.
There is plenty of space on the server.

Could anyone please tell me what I might be doing wrong?  (I have 
successfully downloaded DVDs and CDs using this approach before.)

Here is the full script I am using...minus our real server name and port.

#! /bin/sh

function get_iso {
   curl -v -x <our proxy server>:<our port> -C - -O $URL
}  # End of function get_iso

URL="
http://mirror.its.uidaho.edu/pub/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-DVD.iso
"
get_iso

Any help is much appreciated!
Thanks,
Denise

</PRE>
<div style="font-family:arial;font-size:8pt;">
<hr>
<p>This e-mail, and any attachments, is intended solely for use by the 
addressee(s) named above.  It may contain the confidential or proprietary 
information of Dana Holding Corporation, its subsidiaries, affiliates or 
business partners.  If you are not the intended recipient of this e-mail or are 
an unauthorized recipient of the information, you are hereby notified that any 
dissemination, distribution or copying of this e-mail or any attachments, is 
strictly prohibited.  If you have received this e-mail in error, please 
immediately notify the sender by reply e-mail and permanently delete the 
original and any copies or printouts.</p>

<p>Computer viruses can be transmitted via email. The recipient should check 
this e-mail and any attachments for the presence of viruses. Dana Holding 
Corporation accepts no liability for any damage caused by any virus transmitted 
by this e-mail.</p>

English, Francais, Espanol, Deutsch, Italiano, Portugues:<br>
<a 
href="http://www.dana.com/overview/EmailDisclaimer.shtm";>http://www.dana.com/overview/EmailDisclaimer.shtm</a>
<hr>
</div>
-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to