Linux下多线程下载工具Axel 加速神器替代wget

文章目录[隐藏]

前言

强烈推荐!!!真的!!!
我用HZ的机器下载SourceForge的ISO,非常的慢...然后就去找找有没有啥优化的方法,于是看到了这个神器:Axel。

安装

Debian或者Ubuntu:



apt install axel -y

CentOS:



yum install axel -y

使用

效果

使用前速度一直在100k左右,非常的难受!使用后!!!你没看错!40M每秒!

操作指南

语法:axel [options] url1 [url2] [url...]
参数:



--max-speed=x , -s x         最高速度x

--num-connections=x , -n x   连接数x

--output=f , -o f            下载为本地文件f

--search[=x] , -S [x]        搜索镜像

--header=x , -H x            添加头文件字符串x(指定 HTTP header)

--user-agent=x , -U x        设置用户代理(指定 HTTP user agent)

--no-proxy , -N             不使用代理服务器

--quiet , -q                静默模式

--verbose ,-v               更多状态信息

--alternate , -a            Alternate progress indicator

--help ,-h                  帮助

--version ,-V               版本信息


This article is under CC BY-NC-SA 4.0 license.
Please quote the original link:https://www.liujason.com/article/805.html
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy