A multiprotocol multithread file downloader written in Go, designed to handle large downloads jobs with resume capability.
This project is maintained by yarkm13
A multiprotocol multithread file downloader written in Go, designed to handle large downloads jobs with resume capability.
./fetchopus --url ftp://user@server.com/path --target-dir /local/path --threads 4
To resume a download:
./fetchopus --job myjob.dljob
make build