2014-03-03 65 views
1

我正在試圖製作一個系統,使我能夠在我的Raspberry Pi上啓動一個torrent下載。目前,我的筆記本電腦上運行着一個python程序,它通過TCP傳輸磁鏈到我的Raspberry Pi。所以,我在我的Pi上有一個磁鐵鏈接,我想要開始下載。如何以最佳方式自動執行此操作,以及哪種torrent客戶端最適合此操作?Linux torrent客戶端,可以通過bash添加磁鏈接

的Eirik

+2

您可以在[rtorrent]中[設置監視目錄](http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks#Watchadirectoryfortorrents)。他們有一個例子[通過bash自動添加磁鏈接](http://wiki.rtorrent.org/MagnetUri#Handling_.22magnet:.22_URIs_via_a_bash_script)。 –

+0

嘗試使用Transmission http://www.transmissionbt.com/。 – James

+0

我認爲大多數torrent客戶端都支持磁貼。 'python -mwebbrowser'magnet:?xt = urn:btih:4KVET ...''應該使用與磁鏈接關聯的torrent客戶端開始下載。 – jfs

回答

相關問題