- 1
Go to Http://curl.haxx.se/download/?C=M;O=D website
- 2
Download the appropriate version depending on the number of operating system bits and whether you require SSL. Download Curl-7.33.0-win64-ssl-sspi.zip here and unzip to the directory where you need to use the Curl command after the download is complete. Here for the convenience of my first direct decompression to the current directory.
- 3 in order to test the Curl command, I have published a local server with an application and can access it in the browser:
- 4 Open a command window and navigate to the directory where the Curl command is located, you can use the CD command or you can quickly enter it like this:
- 5 Testing the Curl command
- 6 Of course, you can add the environment variable of CURL command to Windows, add curl_home environment variable, add%curl_home% to PATH environment variable;
This allows you to use the Curl command from any directory in the command window.
Windows installation using the Curl command