ipfs/kubo

API for transfer progress stats

Open

#3,054 创建于 2016年8月7日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
exp/novicehelp wantedstatus/deferred

描述

There has been a fair amount of demand for a way to check the 'transfer progress' of a given file, similarly to how torrent clients show.

This is not currently a very easy thing to track, but i think that we can abuse context values and the commands diagnostics api (ipfs diag cmds) codebase to get something working here.

We first should design what we want this api to look like, and what format the information it provides should be in. Then we can go ahead and try to implement it.

贡献者指南