Skip to content

biss/fastloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Description

This file downloader downloads a file by breaking it into multiple parts and spawning separate process to download each part.

Prerequisites

cURL (Comes pre-installed with Ubuntu.)

Installation

just clone the repo

Usage

Example demonstrating how to run the program: ./fastloader -p --input-url= --output-filename= --splits=#numsplit --proxy= --approx-maxsize=#maxsize

short-option

  • -p: to be specified if the file is to be downloaded in parts paralelly

long option

  • : URL of the file to be downloaded
  • : output filename
  • : number of parts the file should be downloaded in
  • : proxy url
  • : approximate maximum size of the file

About

A file downloader which divides the file into multiple processes for faster download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages