用php下载种子

xxhby3vn  于 2023-02-03  发布在  PHP
关注(0)|答案(2)|浏览(170)

我想用php下载一个种子。
所以这个场景是用户上传一个种子,服务器下载它,然后用户可以用他的浏览器下载种子。

ui7jx7zq

ui7jx7zq1#

不知道这是否是正确的方式为您,但:

  • 安装种子文件(https://wiki.archlinux.org/index.php/RTorrent)
  • 配置rtorrent以监视目录中的新torrent文件(http://jkt.im/2011/09/28/automatic-torrent-management-with-rtorrent-and-some-helper-scripts/)
  • rtorrent将下载文件并将其移动到类似“done”的目录中
  • php脚本检查文件夹或新的内容和转换/显示文件在线在网页
ws51t4hk

ws51t4hk2#

rTWihttp://rtwi.jmk.hu/已经提供了您所需的所有功能,而且它也是开源的,因此您所需要的只是很少的定制

相关问题