chandkc / HTVS

0 stars 0 forks source link

Features in 'Download' #51

Open chandkc opened 1 year ago

chandkc commented 1 year ago
  1. MD5SUM check -- serverwise check. (Implemented)
  2. If MD5 doesnot match; re-download pop-up. (Implemented)
  3. Avoid frezzing/hanging/doing-nothing scenariors when download option is clicked.
  4. Before downloading: check for the accessiblity of all servers. Alert user, if any of the resource is not accessible. Pop-Up: Server 1 unaccessible. Continue download?
  5. Parallelize Download. Unzip after a thread has completed all the download.
  6. When Download starts, provide messages in log. a. Server 1 connected. Getting MD5..... b. Download size: 100MB. Download started from Server 1. c. Download from Server 1 completed. d. Unzipping files. e. Unzipping completed.