我在让cURL在Windows上运行时遇到了麻烦。

我已经从这里下载了一个cURL zip文件,但它似乎包含源代码,而不是可执行文件。

我需要编译cURL来运行它吗?如果是,那么我该怎么做?

我在哪里可以找到cURL的.exe下载?

我已经寻找了关于安装cURL的文档,但是几乎找不到。


当前回答

下载cURL (Win64 ia64 zip binary with SSL) 解压curl.exe到C:\Windows\System32 完成

更简单的是:

下载Edward LoPinto提供的Win64 2000/XP x86_64 MSI安装程序。

在编写文件时,curl-7.46.0-win64.exe是最新的。在Windows 10上测试。

其他回答

从Windows 10版本1803开始(以及更早的内部版本17063),您不再安装curl。Windows包含在C:\Windows\System32\中的本机curl.exe(和tar.exe),您可以从常规CMD中直接访问。

C:\Users\vonc>C:\Windows\System32\curl.exe --version
curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL
Release-Date: [unreleased]
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL

C:\Users\vonc>C:\Windows\System32\tar.exe --version
bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.5.f-ipp

请参见初始公告和发布公告。

这个安装程序让我很容易 http://www.confusedbycode.com/curl/

该链接描述了如何使用它。以下是摘自上述网站的摘要:

“你只需点击几下,就可以在Windows上安装cURL。只需从下表下载并运行安装程序,然后单击Install。默认安装包括:

curl.exe an SSL certificate bundle (ca-cert-bundle.crt) SSL certificate bundle generation scripts (mk-ca-bundle.pl & mk-ca-bundle.vbs) HTML manuals for cURL and libcurl text documentation formatted for Windows (so you can simply double click the files to read them with Notepad) Start Menu folder with shortcuts to the cURL installation folder, manuals, documentation, and uninstaller cURL added to your path, so you can use it with batch or PowerShell scripts and call it from the command prompt in any working directory

若要在安装中包含开发人员的文件,请单击“高级”。开发人员的文件包括libcurl.dll, libeay32.dll, ssleay32.dll, libssh2.dll, zlib.dll, msvcr120.dll, C头文件,库和代码示例。

当单击Advanced时,还可以选择是否安装文档和手册,以及是否将cURL添加到路径中。

如果您的计算机上没有管理员权限,请使用“无管理员权限”行中的一个文件。它们将cURL安装在C:\Users\Name\AppData\Local\Apps.目录下

如果你不想使用安装程序,但仍然想要上面列出的内容,你可以下载一个压缩档案。”

只需下载curl并解压压缩文件。你会得到“curl.exe”文件。打开一个CMD Shell,将文件curl.exe拖到CMD Shell中,现在您可以使用curl了。

假设您是从https://curl.haxx.se/download.html获得的,只要将其解压缩到任何您想要的地方即可。无需安装。如果您打算使用SSL,您需要从curl的网站下载OpenSSL dll。

我正在寻找Curl的下载过程,他们说在System32中复制Curl .exe文件,但他们没有提供直接链接。好了,在bin文件夹中找到curl。exe

解压它,然后去bin文件夹,你得到exe文件

链接下载curl通用型