command
module
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Feb 11, 2025
License: GPL-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
quickDown
quick http downloader
机理
http协议的分片下载
go语言的多协程并发
使用方法
quickDown -b 8 -t 128 https://xxx.xxx.com/xxxx.zip
- -o 指定文件名,如果不指定文件名,优先使用应答头中指定的文件名,其次使用url中的文件名
- -b 指定分片大小,以段为单位,每段64K
- -t 指定协程数,最大128个协程
编译
go install quickDown
任务描述格式
body
| 64bit |
64bit |
| 数组长度 |
0 |
| start_offset |
end_offset |
end_offset = start_offset + lehgth
example:
{ stsrt: 4, end: 7 } => [4, 5, 6]
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.