forked from Cryss76/vmcloak
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parallel downloading for iso`s.
The current implementation of iso_download(download_file), is slow and it shows no progress as its downloaded.
Not able to know is its being downloaded or not or checking how much is left, is annoying, sure i can estimate it by hopping over to network usage tools.
Proposed solution
Implement a parallel download function or use external tool like axel [https://github.com/axel-download-accelerator/axel] or use threading for parallel downloading using chunks and use tqdm
LM-CT
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request