Skip to content

rrriki/file-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Downloader

A very simple binge file downloader written in Go, to familiarize myself with the language.

It downloads the files from all the URLs in a list

The name for the downloaded files, will be the resource path of the URL

Usage

Clone or download the repo, list your URLs (one by line) in a file. Then pass the path to that file as an argument to the go run command:

$ cd file-downloader
$ go run downloader.go urls.txt

Contributing

Want to contribute? Great!

Ideas and suggestions are welcome. Contact me through REVEWARE or make a pull request on GitHub

License

  • MIT

About

A very simple binge file downloader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages