Skip to content

punitpatel214/FileDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileDownloader Build Status

Java File Downloader, download File using HttpURLConnection of Java

Features

  1. Download file from HttpUrl
  2. If File already partially downloaded, download resume from there.
  3. Provide CLI interface for Download File
  4. CLI display progressbar on console for monitor downloading process.

How to use

  1. Execute gradle command from home directory
FileDownloader git:(sprint) ✗ gradle
:clean
:compileJava
:processResources
:classes
:jar
:assemble
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build
:createExecutableJar
BUILD SUCCESSFUL
Total time: 8.269 secs
  1. gradle command generate executable FileDownloader-exe.jar in build/libs folder
  2. execute FileDownloader-exe.jar to download file from HttpUrl. FileDownloader git:(sprint) ✗ java -jar build/libs/FileDownloader-exe.jar
**********************************
**  File Downloader Started     **
**********************************
Please enter Download File URL:http://speedtest.ftp.otenet.gr/files/test100k.db
Please enter File Location : /tmp
100 % [...................................................]

About

Download File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages