wcurl for windows binaries? #18197
Replies: 2 comments
-
|
Distributing the script would be possible, but I surmised it wouldn't be |
Beta Was this translation helpful? Give feedback.
-
|
Here's a way to run wcurl on Windows: It needs a tiny |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On https://curl.se/windows/ we can download curl for windows.
I was recently using wcurl and thought I could replace wget with it.
When I extracted it on windows, I did not see wcurl.exe. I then realised that it is not
included in the download binaries for windows.
On Linux I have wcurl; I compiled curl from source.
Would it be possible to also bundle wcurl.exe into the windows binaries please?
I would specifically need it to allow commandline download of images I use for
a oldschool gamebook (e. g. where you go via exits, you type the exit then the
room description shows up; a bit like oldschool MUDs but those gamebooks
also had images, and in my YAML file I keep an URL to those images and
download these). Now I have to revert back on windows to wget.exe, which
also works but I wanted to simplify this by using all libcurl.
Beta Was this translation helpful? Give feedback.
All reactions