Tree
- Tree:
 e1a62dc18aa7407d66d82476cc355531f72d7dd1- Date:
 - Message:
 - initial import
 
| README | commits | blame | 
| go.mod | commits | blame | 
| goget.go | commits | blame | 
README
goget is yet another tool like wget, ftp, or curl, written in Go with two goals in mind: - support parallel downloads - support as many protocols as possible At the moment, the utility doesn't actually do much. You can compile it with `go build .', and then download files over http like so: ./goget -p $number_of_parallels example.com \ http://example.com/file1 https://examlpe.com/file2
