Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Torrent library allowing downloading separate file pieces

I am searching for the way to download concrete pieces of file (e.q. first or last 1Mb) via bittorrent programmically. C / C++, Java or Ruby libraries would be good solutions for me. Is there any solution in opensource world?

like image 358
Andrey Kuznetsov Avatar asked Jan 17 '23 03:01

Andrey Kuznetsov


2 Answers

Azureus is written in Java, and is provided on SourceForge

http://azureus.sourceforge.net/download.php

like image 152
Danubian Sailor Avatar answered Jan 30 '23 20:01

Danubian Sailor


Have a look at the rtorrent client and library. It offers this functionality and much more.

like image 42
HonkyTonk Avatar answered Jan 30 '23 20:01

HonkyTonk