腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
3
回答
如何使用libtorrent for python获取info_hash
、
from libtorrent as ltinfo.info_hash() 这不是散列
浏览 1
提问于2012-08-22
得票数 4
1
回答
如何以编程方式上传
torrent
文件
、
、
我们有一个客户端,我们构建了一个上传站点(使用Ruby/RoR),他想要添加从
torrent
链接上传
文件
的功能。似乎我们需要首先上传tmp目录中的
torrent
,然后解压缩
文件
。并将该
文件
移动到上传的目录中。特点:为了从
torrent
链接上传
文件
作为网站的注册用户,我希望能够粘贴
torr
浏览 0
提问于2010-07-17
得票数 1
6
回答
在
torrent
索引网站上保存
torrent
、
保存.
torrent
文件
的好方法
是什么
?我可以想到几个选项:每月将
torrent
文件
本身保存在不同的
文件
夹中 将
torrent
文件
的内容保存到数据库中
浏览 2
提问于2011-06-19
得票数 2
回答已采纳
2
回答
大容量更改
文件
扩展名
、
、
、
我有一个
文件
夹,里面有30个
文件
。这些已经是缺少BitTorrent后缀的.
torrent
元
文件
。我想将所有这些
文件
更改为.
torrent
文件
。我该怎么做?在窗口里,这就像打字一样容易。.* *.
torrent
我不知道这30个
文件
的当前
文件
扩展名
是什么
。 感谢你的帮助!
浏览 0
提问于2019-08-04
得票数 0
1
回答
如何从
torrent
文件
中读取
文件
?
、
我想提取有关
torrent
文件
的信息,比如:
文件
名,
文件
大小...,有没有Linux的C++库可以帮助我轻松实现这一点?或者
torrent
文件
的结构
是什么
,如何找到这些信息?
浏览 2
提问于2013-07-08
得票数 2
回答已采纳
1
回答
Java .
torrent
文件
下载
、
、
我想从这个链接.
torrent
下载一个
文件
来完成这个任务--我使用了以下代码ReadableByteChannel rbc = Channels.newChannel(website.openStream());FileOutputStream fos = new FileOutputStreamfos.getChannel().transferFrom(rbc, 0, Long.MA
浏览 0
提问于2013-09-07
得票数 2
回答已采纳
1
回答
解析洪流
文件
、
、
我试图用以下代码读取.
torrent
文件
:val lines = source.mkString问题
是什么
?读取.
torrent
文件
的字符集应该
是什么
?
浏览 3
提问于2014-07-31
得票数 0
1
回答
使用Webtorrent播撒
文件
、
我正在尝试在Nodejs中使用html
文件
种子WebTorrent。我从WebTorrent得到回调,这表明客户机已开始播种,但当我将散列复制到客户端以下载
文件
时,什么都没有发生。以下是我在服务器端的代码: debug('started seeding %s - %s',
torrent
.infoHash,
torrent
.files[0].name);问题
是什么
?
浏览 2
提问于2015-06-04
得票数 3
回答已采纳
2
回答
创建洪流
文件
的信息散列问题
、
、
如果用户上传一个.
torrent
文件
,我需要获取信息哈希从跟踪器获得更多信息。我已经从mininova下载了一个.
torrent
( )。然而,当我试图创建
文件
的信息散列时,我得到以下信息:3d05f149e604b1efa0ed554a31e693755de7cb0 我不知道为什么我不能得到正确的信息散列。
浏览 7
提问于2011-06-29
得票数 3
1
回答
使用python urllib2下载的.
torrent
文件
无法在bittorrent客户端中打开
、
、
、
我使用以下代码下载.
torrent
文件
:output = open('mytorrent.
torrent
', 'wb')生成的mytorrent.
torrent
文件
无法在任何bittorrent客户端中打开,并抛出“无法解析元
文件
浏览 1
提问于2013-06-03
得票数 0
1
回答
有没有办法获取python libtorrent模块的完整下载路径?
、
、
、
我试过使用 myvar = handle.save_path 但是当我尝试调用该变量时,我得到了<bound method save_path of <libtorrent.
torrent
_handleobject at 0x7f906d3e38d0>>如何调用
torrent
的完整保存路径?
浏览 15
提问于2021-04-05
得票数 0
回答已采纳
2
回答
如何获取可以下载的
torrent
文件
链接?
、
我的问题是如何创建一个磁铁链接,或者如何从torcache.net这样的网站获得一个可以嵌入到html
文件
中的
torrent
文件
链接……
浏览 2
提问于2016-04-21
得票数 0
1
回答
停止aria2c解析洪流
文件
当我用aria2c下载一个
torrent
文件
时,它总是尝试解析它并添加一个
torrent
任务,但是我想要的只是得到这个
文件
。 有可能阻止aria2c这样做吗?我似乎在手册中找不到选择
浏览 0
提问于2012-11-04
得票数 6
回答已采纳
1
回答
使用BDecode从
torrent
文件
中获取元数据
我正在使用BDecode:类从
torrent
文件
中获取信息。php $results= $
torrent
->result; var_dump($
torrent
->result);
浏览 2
提问于2013-12-30
得票数 1
回答已采纳
1
回答
从服务器端生成
torrent
链接
、
我对torrents了解不多,至少不足以理解某些网站如何同时提供普通下载链接和
torrent
链接来下载用户上传的
文件
。 args[1] = Directory.GetCurrentDirectory() + args[1]; // Name to give to the
torrent
array with the hash info about each parts of the f
浏览 4
提问于2012-12-11
得票数 0
回答已采纳
2
回答
从列表添加多个
文件
时出现问题
我的问题是,我有太多的
torrent
文件
,我需要附加。我把它们都列在一个列表里。
torrent
_list = ['file1.
torrent
', 'file2.
torrent
', etc.......]按
文件
下载torrents:qb.downloa
浏览 1
提问于2020-10-06
得票数 0
1
回答
libftp:从脚本路径以外的路径存储
文件
、
/Upload/Games/torrents我该怎么做?这是我的剧本: FTP_HOST = "ftp.example.
浏览 2
提问于2022-01-18
得票数 0
回答已采纳
2
回答
根据执行程序的不同,Bash脚本的行为会有所不同
、
、
/bin/bash
TORRENT
_PATH=$2
TORRENT
_KIND=$4 "ut_title=$
TORRENT
_
浏览 4
提问于2013-12-15
得票数 0
1
回答
torrent
文件
是否包含数据包的哈希数的集合?
我知道
torrent
文件
包含有关跟踪器数据和
torrent
的哈希数这些
torrent
文件
还包含与该
torrent
有关的所有数据包的哈希数?(这些
torrent
文件
有每个包的散列号的集合吗?) 以及这些信息在
torrent
文件
中是如何构造的?
浏览 1
提问于2014-01-03
得票数 1
1
回答
下载.
torrent
文件
Java
、
、
我正在用Java下载一个.
torrent
文件
。我提到了这个SO ()问题,但是当我运行这个程序时,它不会启动下载。它绝对什么也做不了。有人能向我解释我做错了什么吗?我在下面发布了一个SSCCE。public static void main(String[] args) throws IOException { String link = "http://torrage.com/
torrent
/13764753227BCBE3E8E82C058A7D5CE2BDDF9857.
浏览 3
提问于2014-02-26
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
如何将本地文件制作成Torrent种子
种子下载软件μTorrent v 绿色便携版
Torrent 资源下载网站 RARBG 突然关闭
exe是什么文件
msu文件是什么
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券