quickDown

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2018 License: GPL-2.0

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

Path Synopsis
src
quickDown command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL