Skip to content

Instantly share code, notes, and snippets.

@justinhartman
Created March 14, 2018 14:12
Show Gist options
  • Save justinhartman/cfa0bafb45439e0c0de1d43c70833ace to your computer and use it in GitHub Desktop.
Save justinhartman/cfa0bafb45439e0c0de1d43c70833ace to your computer and use it in GitHub Desktop.
cURL retries and file-resume command

cURL retries and file-resume command

Because I need to be able to download files with the option to resume with our shitty South African Internet connectivity.

$ curl -O -C - --retry 4 --progress-bar "FILE_URL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment