There is a way to install cURL in windows in order to run cURL commands from the command prompt? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you are not into cygwin, you can use native windows builds, some are here: http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000%2FXP |
|||||
|
|
You can just download the curl executable, for example for Windows 64bit you can download it here and then just save the curl.exe in your c: drive. To use it, just open the command prompt and type:
Hope this helps. |
||||
|
|
|
it should work perfectly fine if you would download it from --http://curl.haxx.se/dlwiz/?type=bin&os=Win64&flav=MinGW64 -- FOR 64BIT Win7/XP OR from http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000%2FXP --- FOR 32BIT Win7/XP just extract the files to c:/Windows and run it from cmd
|
|||
|
|