Skip to content

ashishmaurya/golang-open-directory-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Open Directory Downloader using GO

Simple Go Lang Project to Download Multiple file

How to Use?

download.exe -f file.txt -c 4 -d "D:\Downloads"

Build Instruction for linux

set GOOS=linux
set GOARCH=amd64
set CGO_ENABLED=0
go build -o download go.go

Build Instruction for windows

set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0
go build -o download.exe go.go

About

Open Directory Downloader in GoLang with multi-threading

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages