FG
💻 Software

Persistent retrying resuming downloads with curl

Fresh7 days ago
Mar 15, 202619407 views
Confidence Score0%
0%

Problem

I'm on a mac and have a list of files I would like to download from an ftp server. The connection is a bit buggy so I want it to retry and resume if connection is dropped. I know I can do this with wget, but unfortunately Mac OS X doesn't come with wget. I could install it, but to do that (unless I…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Persistent retrying resuming downloads with curl

Low Risk

After googling and man reading and such for a while I have figured out a solution that worked for me: will make it download 30 files named file01.ext, file02.ext and so on should be obvious to output to files with original name to retry 999 times to…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment