Skip to content

An internet download manager application build using Java.

Notifications You must be signed in to change notification settings

Shakileash5/BackBit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

BackBit

BackBit is a download manager developed using Java. The application is designed to be a simple and easy to use download manager, it downloads the files from the internet with n number of threads.

Installation

Clone the repo.

git clone https://github.com/Shakileash5/BackBit.git

Usage

Run the application.

cd src/main/java
java Main.java

Enter the url of the file to download.

usage: [--url | --u] [--parts | --p]
--url   | --u: the url to be Downloaded
--parts | --p: the number of parts to split the download into

Example

java Main.java --url=https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png --parts=8

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

An internet download manager application build using Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages