Linux下多线程下载工具myget

操作系统   2007-10-02 15:29   阅读175   评论0  
字号:    
    MyGet目标设计成一个可扩展的,拥有丰富界面的多线程下载工具,它支持HTTP、FTP、HTTPS等协议。
    这个是它的官方文档:http://myget.sourceforge.net/

Current Features
    Supports HTTP, HTTPS, FTP protocols
    Supports HTTP-GET proxy
    Resumes the aborted downloads
    Supports directory download
    Can accelerates downloading through using muti-connections
    Supports large file( > 4G )

Install Method

    #tar jxvf myget-0.1.0.tar.bz2
    #cd myget-0.1.0
    #./configure
    #make
    #make install

Using Method
[root@superdba ~]# mytget
Mytget 0.0.99: 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]

评论(?)
阅读(?)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
网易公司版权所有 ©1997-2009