aria2.md

作者: LFBuildMountain | 来源:发表于2018-05-22 15:26 被阅读0次

    command in command line
    Download from WEB:

    aria2c http://example.org/mylinux.iso
    

    Download from 2 sources:

    $ aria2c http://a/f.iso ftp://b/f.iso
    

    Download using 2 connections per host:

    aria2c -x2 http://a/f.iso
    

    BitTorrent:

     aria2c http://example.org/mylinux.torrent
    

    BitTorrent Magnet URI:

    $ aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'
    

    Metalink:

    $ aria2c http://example.org/mylinux.metalink
    

    Download URIs found in text file:

    $ aria2c -i uris.txt
    

    相关文章

      网友评论

          本文标题:aria2.md

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