ipfs/kubo

API for transfer progress stats

Open

#3054 aperta il 7 ago 2016

Vedi su GitHub
 (2 commenti) (2 reazioni) (0 assegnatari)Go (2725 fork)batch import
exp/novicehelp wantedstatus/deferred

Metriche repository

Star
 (13.906 star)
Metriche merge PR
 (Merge medio 4g 2h) (28 PR mergiate in 30 g)

Descrizione

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.

Guida contributor