Drone is a simple cli file tranfer utility that is able to concurrently send multiple files in fragments and reconstruct them on the receiving end
- Go
-
Clone the repo by running the following command
git clone https://github.com/Lobarr/drone-go.git && cd drone-go
-
Install dependencies
go get -v -t -d ./...
-
Build executable
make build
If you've made it here, you're all set!