zboxcli icon indicating copy to clipboard operation
zboxcli copied to clipboard

[FEATURE] Add `continuous download` feature

Open cnlangzi opened this issue 4 years ago • 1 comments

for now, we have a feature dowload by blocks. but you have to calculate blockNums and blockIndex, and loop it till done. download has to restart from scratch if network is broken. A new continuous download should be added

  • automatically download it with blocks
  • continuous download from last breakpoint when network is back or ./zbox download is restarted
  • parallel download all blocks from all blobbers

related to https://github.com/0chain/gosdk/issues/314

cnlangzi avatar Jun 23 '21 03:06 cnlangzi

I don't understand:-

  • parallel download all blocks from all blobbers

Each chunk is already downloaded in parallel, adding additional instances of multiple chunks is self-defeating purpose of continuous/partial download

sculptex avatar Dec 03 '22 14:12 sculptex

Since this is related to https://github.com/0chain/gosdk/issues/314, I am closing it here.

lpoli avatar Feb 05 '23 04:02 lpoli