Go 版本的 axel 小工具,如果你感觉还不错或者对你有帮助,请给一个star吧。Github 连接:https://github.com/wayne666/goxel
goxel
Description
goxel like axel tool
Installation
$ go get github.com/WayneZhouChina/goxel
Usage
goxel [options...] <url>
Options:
-n Numbers of blocks to run(must).
-H Add header string.
-v More status information.
-o Specify local output file(must).
-h Help information.
-V Version information.
-cpus Number of used cpu cores(Default is current machine cores).
Example:
goxel -n 10 -o outfile http://xxx.com
AUTHOR
Written by WayneZhou, cumtxhzyy[at]gmail.com
COPYRIGHT
Copyright (c) 2015 WayneZhou. This library is free software; you can redistribute it and/or modify it.
网友评论