Skip to content

Multipart configurable parallel downloader in Shell using cURL!

License

Notifications You must be signed in to change notification settings

diegodsp/curl-multipart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

curl-multipart

Multipart configurable parallel downloader in Shell using cURL

ARGUMENTS:

  • The first and no named parameter is the URL.
  • -p or --parts is a number of parts, or default 10.
  • -o or --output is the name of output file, or default is the name of your desired file.

EXAMPLE:

./curl-multipart.sh http://blabla.com/file.zip -p=8 -o=downloaded.zip

Author

Diego Pereira - diegodsp

About

Multipart configurable parallel downloader in Shell using cURL!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages