On Sat, 1 May 2021 01:02:25 +1000
Eyal Lebedinsky <fed...@eyal.emu.id.au> wrote:

> In the last day I am having a problem downloading files.
> 
> Using ff I downloaded the f34 Workstation image but the download
> stopped after 1.1GB of 1.9GB.

[snip]

> This looks like some sort of systemic problem somewhere. Anyone else
> sees this?

I don't know the answer to this, but curl has a resume option, so you
can restart without losing the previously saved download.

-C, --continue-at <offset>
              Continue/Resume a previous file transfer at the given
offset. The given offset is the exact number of bytes that will be
skipped, counting from the beginning of the source file before it is
transferred to the  destina‐ tion.  If used with uploads, the FTP
server command SIZE will not be used by curl.

              Use "-C -" to tell curl to automatically find out
              where/how to resume the transfer. It then uses the given
              output/input files to figure that out.

              If this option is used several times, the last one will
              be used.

              See also -r, --range.

In your case, you probably want to use -C - so it checks the previously
downloaded file, and starts where it left off.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to