module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 28, 2018
License: GPL-2.0
Opens a new window with license information.
README
¶
quickDown
quick http downloader
机理
http协议的分片下载
go语言的多协程并发
使用方法
quickDown -b 8 -t 128 https://xxx.xxx.com/xxxx.zip
- -o 指定文件名,如果不指定文件名,优先使用应答头中指定的文件名,其次使用url中的文件名
- -b 指定分片大小,以段为单位,每段64K
- -t 指定协程数,最大128个协程
编译
#先设定GOPATH
go install quickDown
Directories
¶
src
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.