Why can't download the torrent file?

Linux specific questions, problems.
Post Reply
tracker

Why can't download the torrent file?

Post by tracker »

I have created a torrent from `target.bz2` on my vps.

Code: Select all

transmission-create -p -o target.torrent -t udp://tracker.opentrackr.org:1337/announce  -s 2048  target.bz2
Port `51413` was opened on my pvs.
Then send the `target.torrent` to my friend with email,he start a download with `aria2c`:

Code: Select all

    aria2c target.torrent 
    06/03 12:35:11 [NOTICE] Downloading 1 item(s)
    06/03 12:35:11 [NOTICE] IPv4 DHT: listening on UDP port 6893
    06/03 12:35:11 [ERROR] Exception caught
    Exception: [DefaultBtProgressInfoFile.cc:280] errorCode=1 info hash mismatch. expected: b5c4a65adbd5d2ea3e07f2d4207da4c4dee9a0ba, actual: ab172fda6a8b41155cf16e35e49883710169e2bf
    06/03 12:35:11 [NOTICE] Download GID#e7239e7f5e170038 not complete: /root/target.bz2                                                                               
    Download Results:
    gid   |stat|avg speed  |path/URI
    ======+====+===========+=======================================================
    e7239e|ERR |        n/a|/root/target.bz2
    
    Status Legend:
    (ERR):error occurred.
    
    aria2 will resume download if the transfer is restarted.
    If there are any errors, then see the log file. See '-l' option in help/man page for details.
Try with transmission-cli:

Code: Select all

transmission-cli  target.torrent -w  /tmp
It encounter error:

Code: Select all

Tracker gave an error:: Invalid passkey (0 - )

Download it with qtorrent.

Image

How to make torrent clien know the resources `target.bz2` located in my vps?





[1]: https://i.stack.imgur.com/OBu8S.png
Post Reply