其他分享
首页 > 其他分享> > mwget多线程下载

mwget多线程下载

作者:互联网

[root@db01 ~]# wget http://jaist.dl.sourceforge.net/project/kmphpfm/mwget/0.1/mwget_0.1.0.orig.tar.bz2
[root@db01 ~]# cd mwget_0.1.0.orig
[root@db01 ~/mwget_0.1.0.orig]# yum -y install intltool
[root@db01 ~/mwget_0.1.0.orig]# ./configure
[root@db01 ~/mwget_0.1.0.orig]# make && make install
[root@db01 ~/mwget_0.1.0.orig]# ls -l /usr/local/bin/mwget
[root@db01 ~/mwget_0.1.0.orig]# mwget --version
MWget Version 0.1.0

Machine Information of MWget:
  Built time on: 2022-01-29 12:06:11
  C Compiler Version: "cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)"
  C++ Compiler Version: "c++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)"
  Built host type: "GNU/Linux x86_64"

Misc Informaton for MWget:
  Based on myget 0.1.2,xiaosuo.
  It 's a branch of myget.
  It 's name is "Multi line" wget.
  So I give a name for this program:MWget.
  Maintainer:rgwan(WanZhiYuan),Email:<sa@kmlinux.tk>
  Project home:<http://mwget.sourceforge.net>
-n 参数指定多线程数,默认是4。 -f 重命名下载文件。
[root@db01 ~]# cd /disk/
[root@db01 /disk]# mwget https://mirrors.cloud.tencent.com/mysql/downloads/MySQL-8.0/mysql-8.0.27-linux-glibc2.12-x86_64.tar.xz
Begin to download: mysql-8.0.27-linux-glibc2.12-x86_64.tar.xz
FileSize: 1.1G
 19% [=========>                      >                                =======>                         ====>                            ] [217M] [ 30M/s] [ETA:00:54]

 

标签:db01,MWget,0.1,mwget,多线程,root,下载,orig
来源: https://www.cnblogs.com/zhouwanchun/p/16482579.html