Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```