FG
💻 Software

How to download parts of the same file from different sources with curl/wget?

Fresh5 days ago
Mar 15, 20264612 views
Confidence Score0%
0%

Problem

I have a quite large file hosted on five different servers. I would like to be able to download different parts of the file from each server and subsequently concatenate the parts, in order to produce the original file. Is there any way to do this with curl/wget or any other OS X command-line tools?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to download parts of the same file from different sources with curl/wget?

Low Risk

aria2 is the solution for multiple downloads of same file from different locations http://aria2.sourceforge.net/ in your case : better late than never...

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment