Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chzyer/godl
a terminal multithreaded resumable (proxy) downloader
https://github.com/chzyer/godl
Last synced: 2 months ago
JSON representation
a terminal multithreaded resumable (proxy) downloader
- Host: GitHub
- URL: https://github.com/chzyer/godl
- Owner: chzyer
- License: mit
- Created: 2015-09-14T14:16:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:40:08.000Z (about 2 years ago)
- Last Synced: 2024-06-20T11:05:31.958Z (6 months ago)
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godl
a terminal multithreaded download-resumable (proxy) downloader## build
```{shell}
go get github.com/chzyer/godl
```## usage
```
$ ./godl
godl [option]option:
-b=20: block size represented by bit
-f=false: overwritten if file is exists, false mean resume the progress from the meta file
-meta=false: print meta
-n=5: specified the max connections connected
-p=true: show progress
-s=: godl will enter server mode if specified listen addr with -s
-u=: url
-v=false: turn on debug mode
```