美文网首页
Aria2 命令

Aria2 命令

作者: 思考蛙 | 来源:发表于2019-10-17 10:05 被阅读0次
    Download from WEB:
    
    1
    $ aria2c http://example.org/mylinux.iso
    Download from 2 sources:
    
    1
    $ aria2c http://a/f.iso ftp://b/f.iso
    Download using 2 connections per host:
    
    1
    $ aria2c -x2 http://a/f.iso
    BitTorrent:
    
    1
    $ aria2c http://example.org/mylinux.torrent
    BitTorrent Magnet URI:
    
    1
    $ aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'
    Metalink:
    
    1
    $ aria2c http://example.org/mylinux.metalink
    Download URIs found in text file:
    
    1
    $ aria2c -i uris.txt
    Related Projects
    

    相关文章

      网友评论

          本文标题:Aria2 命令

          本文链接:https://www.haomeiwen.com/subject/twhmmctx.html