Is your feature request related to a problem? Please describe.
My network kept dropping while downloading files, and when I restarted the download, I checked the code and it would start all over again.
Describe the solution you'd like
I want to ensure that when the network connection is lost, the download directory remains the same as before. First, I should check if the file already exists in the directory, verify its MD5 hash, ensure the file size is the same, then skip downloading that file and start a new download.
Is your feature request related to a problem? Please describe.
My network kept dropping while downloading files, and when I restarted the download, I checked the code and it would start all over again.
Describe the solution you'd like
I want to ensure that when the network connection is lost, the download directory remains the same as before. First, I should check if the file already exists in the directory, verify its MD5 hash, ensure the file size is the same, then skip downloading that file and start a new download.