MegaApiClient icon indicating copy to clipboard operation
MegaApiClient copied to clipboard

[Feature Request] Implement parallel chunks upload/download to speed up transfers

Open gpailler opened this issue 6 years ago • 1 comments

Changes are required in MegaApiClient.cs and MegaAesCtrStream.cs to be able to upload or download only a specific chunk and to allow parallel download/uplload

Related to #40, #44, #54, #71

gpailler avatar Sep 21 '17 05:09 gpailler

The scope of this task is a big refactoring of the download/upload part to allow parallel chunk download/upload.

We should be able to:

  • [ ] Seek in a stream #40
  • [ ] Resume a download #44
  • [ ] Redownload a corrupted chunk (instead throwing) #54
  • [ ] Download/Upload multiple chunks in parallel #75

gpailler avatar Jan 22 '18 17:01 gpailler