windowscurlwindows64

Running curl on windows


I'm trying to install curl from the following link

https://curl.haxx.se/download.html

from Windows 64 - Generic. But the zip folder doesn't have curl.exe file. I don't know what to do. How do I run curl in my cmd?


Solution

  • I have downloaded this one: Win64 x86_64 7zip 7.49.1 binary SSL SSH Viktor Szakáts 1.81 MB

    and the zip folder contains a curl.exe (within the bin folder).

    Go to this directory with cmd and just enter curl --help or any other curl command.