On dos cmd this works:
curl.exe -L https://dl.uxnr.de/build/curl/curl_winssl_msys2_mingw64_stc/curl-7.53.1/curl-7.53.1.zip > curl.zip
On red or rebol, following suggestion Cannot read a binary file with red from http, I tried code below but it doesn't work why ?
call {curl.exe -L https://dl.uxnr.de/build/curl/curl_winssl_msys2_mingw64_stc/curl-7.53.1/curl-7.53.1.zip > curl.zip}
I also tried call/wait, it doesn't work either.