'cURL problem downloading files larger than 1gb from artifactory
I have a problem with cURL, when downloading files larger than 1gb from our corporate artifactory. It seems to fail as soon as it reaches 1gb, before it works as expected. There is no problem with PowerShell (scoop), nor with chrome and also no problem with wget. The installed cURL is the latest greatest 64bit version from scoop, older from September last year has the same behaviour. cmake file(download...) Fails the same way like cURL, but I think it also uses cURL lib for downloads. Using cmake internal download function was my motivation. Right now my only workaround is to use wget in a execute_program step.
Is this a cURL issue? Settings or arguments? Or is there any problem with artifactory? Any way to get complete files with cURL?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
