For "ipfs get" display an absolute number of retrieved files as well
#4706 opened on Feb 15, 2018
Description
Version information:
0.4.13-cc01b7f
Type:
Enhancement.
Description:
Currently, when you do ipfs get you get a nice progress bar showing you percentage of retrieved data and size (and progress bar). The issue is that sometimes this looks like it is stuck. We have a dataset which is altogether around 37 GB, and we have few files for few GB, but then hundreds of thousand of few bytes. When downloading this, when ipfs get to those small file,s it looks like it is stuck. Size is not really changing (because it is rounded to GB) and percentage and progress bar is not really changing (because again, files are small in comparison with everything). We had issues thinking that there are errors and that retrieved stopped (see #4690) because of related but not critical errors by ipfs daemon. But in fact things are working and more files are being added. So if there would be just a simple count of files retrieved, this could show that something is happening.