khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
360 stars 24 forks source link

Support for appendable download and file uploading #4

Closed Dmitriy1892 closed 3 weeks ago

Dmitriy1892 commented 2 months ago

Hi, thank you for your library!

It will be nice to provide a way for appendable (chunked) files downloading (for example, using AWS S3 protocol) with schedule/pause/resume functionality. The specific of that way is a multiple network calls for downloading every chunk and saving it to file part by part.

Also, it will be nice to having a possibility to upload file from device to server or cloud storage.

What do you mean about this?

khushpanchal commented 2 months ago

Yes I have planned it for future release.

khushpanchal commented 3 weeks ago

@Dmitriy1892 please checkout the version 2.0.0 https://github.com/khushpanchal/Ketch Added the functionality mentioned