Download files from an open directory into your local filesystem while preserving the folder structure
Getting Started
Installing
$ go get github.com/nektro/getit
Usage
$ ~/go/bin/getit -url {URL}
Note: GetIt will always save files relative to the current working directory. So running getit -url https://example.com/path/to/dir/, if it contains a link to file.txt, it will be saved to ./example.com/path/to/dir/file.txt.