Skip to content

Utility in Java 8+ to download files from internet or any public available url.

License

Notifications You must be signed in to change notification settings

svermaji/ResourceDownloader

Repository files navigation

ResourceDownloader

Utility in Java 8+ to download files from an internet or any public available url.

Update on 16-Oct-2020
  • Refactored and used Core/SwingUI
  • Now copy url from clipboard
Update on 13-Sep-2020
  • Added status column in table
  • If file already exists downloading will be skipped
  • Increased threading for over all tracking
  • Enabling/Disabling controls based on tracking
  • Try to delete incomplete/cancelled downloads
  • Added application icon
Update on 10-Aug-2020
  • Update config file and dispose method
  • Update logger and download timer

Usage

javac ResourceDownloader <url> <destination>
where

  • <url> - can be direct source url like http url or can be txt file containing one url each line to download
  • <destination> - folder where download files will be stored.

This program also provides UI that gives option to put url and destination folder. Once download starts, UI shows the progress of each file and internet speed.

Configurations and Urls will be auto-stored to config files and will be reloaded on start up.

Attaching screen shot: Image of Yaktocat

Attaching screen shot with progress bar changes: Image of Yaktocat

Attaching screen shot with progress bar and text area changes: Image of Yaktocat

Attaching screen shot with status: Image of Yaktocat

Attaching screen shot with status: Image of Yaktocat

Attaching screen shot with status. Clipboard changes on 16-Oct-2020: Image of Yaktocat

About

Utility in Java 8+ to download files from internet or any public available url.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published