[Ubuntu]Myget 安裝方法,支援多線下載(增強版wget)

在Ubuntu上常用的下載指令應該是wget…

但是它有個缺點,就是不支援多點下載…

今天就介紹一款支援多點下載的軟體….

官方網站:http://myget.sourceforge.net/

下載點: myget-0.1.2

Step1. 下載到Ubuntu上面

Step2. tar xvf myget-0.1.2.tar.gz 解壓縮開來

Step3. cd myget-0.1.2/

Step4. ./configure

Step5. cd src/

Step6. vim utils.cpp

Step7.  加入

#include <cstdio>
#include <cstdlib>

Step8. vim downloader.cpp

Step9. 加入 #include <sys/stat.h>

Step10. cd ..            回到上一層( myget-0.1.2/  )

Step11. sudo make

Step12.sudo  make install

Step13. 完成搞定!!

—指令說明—
Mytget 0.1.1: A download accelerator for GNU/Linux
Usage: mytget [options]… [URL]…
Options:
-b,  –debug          Show the debug message
-c,  –count=num      Set the retry count to [num], no limit when “0″, the default is “99″
-d,  –directory=dir  Set the local direcotry to [dir], the default is “."
-f,  –file=file      Rename the file to [file]
-h,  –help           A brief summary of all the options
-i,  –interval=num   Set the ftp retry interval to [num] seconds, the default is “5″
-n,  –number=num     Use [num] connections instead of the default (4)
-r,  –referer=URL    Include `Referer: [URL]’ header in HTTP request.
-t,  –timeout=num    Set the connection timeout to [num] seconds, the default is “30″
-v,  –version        Show the version of the myget and exit
-x,  –proxy=URL      Set the proxy [URL]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值