Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

58 lines (32 loc) · 1.26 KB

json-downloader

Read this in other languages: English, 🇰🇷 한국어

Introduction

  • File Downloader for Windows Console

  • It is written for personal purpose.

DONE

  • Ability to download files continuously

  • Getting a download list from a json file

TODO

  • Extract files from compressed files

How to use program

  • Execute 'json-downloader.exe' with json parameter
json-downloader.exe data.json

Json file format

  • The json file(such as data.json) consists of the following:
{
	"https://raw.githubusercontent.com/j2doll/json-downloader/master/README.md" : "README.md" ,
	"https://raw.githubusercontent.com/j2doll/json-downloader/master/LICENSE" : "LICENSE" 
}
  • The first argument is the URL of the file you want to download.

  • The second argument is the name of the file to be saved locally.

Requred Build Environment

  • Visual Studio 2019 (x86/x64)

License and links