mmarcincin / HB-DRM-free-bulk-downloader

powershell script for downloading humble bundle DRM-Free files
96 stars 13 forks source link

Use curl.exe if it exists #21

Open cowbutt opened 2 years ago

cowbutt commented 2 years ago

Use curl.exe in preference to System.Net.WebClient.DownloadFile if it exists in the path

mmarcincin commented 2 years ago

I was looking into advantages of using curl over System.Net.WebClient and so far I did not decide to include it. Did you want to include it for some specific reason or just as the alternative ?

cowbutt commented 2 years ago

Mainly because Curl includes download retry features that - as far as I know - System.Net.WebClient does not.