Skip to content

Simple java application to download files from internet. It is similar to Internet Download Manager (IDM).

Notifications You must be signed in to change notification settings

PankajPrakashh/Java-Download-Manager

Repository files navigation

Java Download Manager

Simple java application to download files from internet. It is similar to Internet Download Manager (IDM). Use the source code to learn how to build application like Internet Download Manager in Java.

It uses the primary algorithm of IDM to improve the download process. The application splits download file into multiple blocks. Attempts to download each block parallely which improves the download speed.

The application supports - Download, Pause, Resume operations. It shows displays the overall download speed.

How to run the application

  1. To run the application you must have Java installed on your machine. Download the latest version of java from Oracle.
  2. Go to the dist directory and run JDM.jar.

Note: To run the application you must have buf.xml, downloads.xml and config.properties in the root directory of the application.

You can also add more functionality to the application.

Hope you liked it :)

About

Simple java application to download files from internet. It is similar to Internet Download Manager (IDM).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages