请问如何把玩torrent?

发布于 2022-09-02 23:50:37 字数 2394 浏览 18 评论 0

我的路由是 192.168.1.1 ,运行 openwrt.另一台机器是 192.168.1.101.

/home/movie.mkv 在 192.168.1.01.        
在 192.168.1.10 执行      

    transmission-create -o  /tmp/movie.torrent   -t udp://tracker.openbittorrent.com:80    /home/movie.mkv
             
Creating torrent "/tmp/movie.torrent" ............ done!        

    aria2c -S  /tmp/movie.torrent                   
    >>> Printing the contents of file '/tmp/movie.torrent'...
     *** BitTorrent File Information ***
    Creation Date: Thu, 23 Jun 2016 10:40:48 GMT
    Created By: Transmission/2.84 (14307)
    Mode: single
    Announce:
    udp://tracker.openbittorrent.com:80
    Info Hash: 25391da101cb8024e8dd8317236349315938c28a
    Piece Length: 128KiB
    The Number of Pieces: 2270
    Total Length: 283MiB (297,429,086)
    Name: movie.mkv
    Magnet URI: magnet:?xt=urn:btih:25391DA101CB8024E8DD8317236349315938C28A&dn=movie.mkv&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80
    Files:
    idx|path/length
    ===+===========================================================================
          1|./movie.mkv
           |283MiB (297,429,086)
    ---+--------------------------------------------------------------------------
    
现在将  /tmp/movie.torrent 从 192.168.1.101 上传到 192.168.1.1 ,然后在 192.168.1.101 用命令  `ssh root@192.168.1.1` 登录 192.168.1.1            
    root@OpenWrt:~# aria2c  /tmp/movie.torrent             
    06/23 10:44:44 [NOTICE] IPv4 DHT: listening on UDP port 6945
    06/23 10:44:44 [NOTICE] IPv4 BitTorrent: listening on TCP port 6934
    06/23 10:44:44 [NOTICE] IPv6 BitTorrent: listening on TCP port 6934
    *** Download Progress Summary as of Thu Jun 23 10:45:44 2016 ***              
    ===============================================================================
    [#efcfe4 0B/283MiB(0%) CN:25 SD:0 DL:0B]
    FILE: /root/movie.mkv
    -------------------------------------------------------------------------------
    *** Download Progress Summary as of Thu Jun 23 10:46:45 2016   ***              
    ===============================================================================
    [#efcfe4 0B/283MiB(0%) CN:2 SD:0 DL:0B]
    FILE: /root/movie.mkv
    -------------------------------------------------------------------------------
    
为何这个文件在 192.168.1.101 上,我也制作了 torrent ,为何在路由器上居然无法下载?       

我还有什么步骤遗漏了?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文