I am using this task to download a file from a local web based data store on a Linux build agent.
My files are 5GB and 20GB as they store previous build state data.
However, my task keeps failing with an error saying the size is out of range.
Why is there a limit? And is there a way I can change it to enable me to download larger files?
In the short term I have reverted to a script task to execute a curl command to download these files.