RadekSimkanic / Linux-SDM-Downloader

Downloader SDM files via SDX file (DreamSpark) on Linux
80 stars 7 forks source link

Download in parts #6

Open alexandreSchenberg opened 8 years ago

alexandreSchenberg commented 8 years ago

Hello, I was wondering if there is a way to stop a download and them resume it latter. When I do it, the donwload starts from the beginning.
I thought about copying the link to a utility like wget, but when it's over and the download of the second part it is necessary, I won't know the link to that second part, unless Linux-SDM-Downloader will detect thay the donwload of the first part is done and start the download of the second part, but I don't know if that it is the case.

lf- commented 8 years ago

Well... you could just change the download function call to a print call, then wget the stuff you need.

RadekSimkanic commented 8 years ago

Hi, this functionality isn't implemented, but this is good idea for to implement. Soon.

alexandreSchenberg commented 8 years ago

Ok, thanks.