Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Downloading files - Create solution for chunked files downloading #13

Open
Kuchasz opened this issue Aug 10, 2016 · 0 comments
Open
Assignees

Comments

@Kuchasz
Copy link
Owner

Kuchasz commented Aug 10, 2016

  • pause download
  • resume download
  • exposes informations about:
    • metadata file creation
    • download start
    • download progress
    • download speed
    • file size
    • download end
    • download finalisation (removing metadata file and changing data file extension)
  • download one file with configurable number of concurrent connections
  • support for server that does not expose APIs for chunked downloading using legacy HTTP/1.0 without concurrent connections and pause/resume features
  • ability to set own extension for metadata files
  • take care about performance, test it out on opi
  • save file being downloaded to some kind of custom extension and create own metadata file that will contain data needed for download to resume
@Kuchasz Kuchasz self-assigned this Aug 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant