This article is a mirror article of machine translation, please click here to jump to the original article.

View: 20074|Reply: 4

[windows] Windows (64-bit) download using the curl command with the tool

[Copy link]
Posted on 12/16/2016 9:51:40 PM | | | |
The curl command can execute an Http request via the command line. There are scenarios where it is used in Elasticsearch, so let's look at how to execute curl commands in windows.

Tool download
Download the toolkit on the official website: http://curl.haxx.se/download.html


Usage method 1: Use in curl.exe catalog
Unzip the downloaded compressed file and use the cmd command to enter the directory where the curl.exe is located.
Since the blogger is using a Windows 64-bit system, curl.exe tools under I386 can be used.
Once in the directory, run the curl --help test:
Usage method 2: Place it in system32
Unzip the downloaded file and copy the I386/curl.exe file to C:WindowsSystem32
Then you can use the curl command anywhere in the DOS window.
Usage method 3: Configure environment variables
In System Advanced Environment Variables, configure
CURL_HOME ----- "Your curl directory location curl-7.43.0"
path ---- add "; %CURL_HOME%I386”
This is the same effect as method 2 above.

http://curl.haxx.se/download.html 一般从国内打不开,需要翻墙,

Win 64-bit curl download:
Tourists, if you want to see the hidden content of this post, pleaseReply





Previous:mysql_escape_string(): This function is deprecated; use mysql_real_escape_str...
Next:curl command common parameters
 Landlord| Posted on 12/16/2016 9:55:58 PM |
The easiest way to do this is to cut curl-7.51.0.zip\src\curl.exe into C:\Windows\System32
Posted on 12/2/2017 2:05:04 PM |
XIEXIELOUZHU Thank you to the landlord
Posted on 5/6/2018 2:03:42 PM |
xiexiefenxiang
 Landlord| Posted on 9/26/2023 7:43:58 PM |
curl detects information such as the validity period of the https certificate
https://www.itsvse.com/thread-10669-1-1.html
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com