Advertisement
Guest User

cURL

a guest
Mar 21st, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.91 KB | Source Code | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head> <title>curl for Windows</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  6. <link rel="stylesheet" type="text/css" href="/curl.css">
  7. <link rel="shortcut icon" href="/favicon.ico">
  8. <link rel="icon" href="/logo/curl-symbol.svg" type="image/svg+xml">
  9. <link rel="alternate" type="application/rss+xml" title="cURL Releases" href="https://github.com/curl/curl/releases.atom">
  10. <style type="text/css">
  11. a.windl {
  12.   font-size: 200%;
  13. }
  14. p.windl {
  15.   //padding-left: 2em;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div class="main">
  21. <div class="menu">
  22. <div class="dropdown">
  23.   <a class="dropbtn" href="/download.html">Download</a>
  24.   <div class="dropdown-content">
  25.     <a href="https://github.com/curl/curl">Browse source</a>
  26.     <a href="/changes.html">Changelog</a>
  27.     <a href="/tiny/">tiny-curl</a>
  28.   </div>
  29. </div>
  30. <div class="dropdown">
  31.   <a class="dropbtn" href="/docs/">Documentation</a>
  32.   <div class="dropdown-content">
  33.     <a href="/docs/projdocs.html">Project</a>
  34.       <small>
  35.       <a href="/docs/bugbounty.html">&nbsp; Bug Bounty</a>
  36.       <a href="/docs/faq.html">FAQ</a>
  37.       <a href="/docs/help-us.html">&nbsp; Help us</a>
  38.       <a href="/docs/knownbugs.html">&nbsp; Known bugs</a>
  39.       <a href="/docs/todo.html">&nbsp; TODO</a>
  40.       </small>
  41.     <a href="/docs/protdocs.html">Protocols</a>
  42.       <small>
  43.       <a href="/docs/caextract.html">&nbsp; CA bundle</a>
  44.       <a href="/docs/http-cookies.html">&nbsp; HTTP Cookies</a>
  45.       <a href="/docs/http2.html">&nbsp; HTTP/2</a>
  46.       <a href="/docs/sslcerts.html">&nbsp; SSL Certs</a>
  47.       </small>
  48.     <a href="/docs/reldocs.html">Releases</a>
  49.       <small>
  50.       <a href="/docs/security.html">&nbsp; Security</a>
  51.       <a href="/docs/versions.html">&nbsp; Version numbers</a>
  52.       <a href="/docs/vulnerabilities.html">&nbsp; Vulnerabilities</a>
  53.       </small>
  54.     <a href="/docs/tooldocs.html">curl tool</a>
  55.       <small>
  56.       <a href="/docs/manpage.html">&nbsp; man page</a>
  57.       <a href="/docs/manual.html">&nbsp; Tutorial</a>
  58.       <a href="/docs/httpscripting.html">&nbsp; HTTP scripting</a>
  59.       </small>
  60.     <a href="/docs/videos/">Videos</a>
  61.     <a href="/docs/whodocs.html">Who and Why</a>
  62.   </div>
  63. </div>
  64. <div class="dropdown">
  65.   <a class="dropbtn" href="/libcurl/">libcurl</a>
  66.   <div class="dropdown-content">
  67.     <a href="/libcurl/abi.html">ABI</a>
  68.     <a href="/libcurl/c/">API</a>
  69.     <a href="/libcurl/competitors.html">Competitors</a>
  70.     <a href="/libcurl/c/example.html">Examples</a>
  71.     <a href="/libcurl/features.html">Features</a>
  72.     <a href="/mail/list.cgi?list=curl-library">Mailing list</a>
  73.     <a href="/libcurl/relatedlibs.html">Related libs</a>
  74.     <a href="/libcurl/using/">Using libcurl</a>
  75.     <a href="/libcurl/c/libcurl-tutorial.html">Tutorial</a>
  76.     <a href="/libcurl/theysay.html">Testimonials</a>
  77.   </div>
  78. </div>
  79. <div class="dropdown">
  80.   <a class="dropbtn" href="/gethelp.html">Get Help</a>
  81.   <div class="dropdown-content">
  82.     <a href="https://lists.haxx.se/listinfo/curl-library">curl-library</a>
  83.     <a href="https://lists.haxx.se/listinfo/curl-users">curl-users</a>
  84.     <a href="/docs/irc.html">IRC / chat</a>
  85.     <a href="/mail/">Mailing lists</a>
  86.     <a href="/book.html">Everything curl [book]</a>
  87.     <a href="/docs/videos/">Video presentations</a>
  88.     <a href="https://github.com/curl/curl/issues">Report a bug</a>
  89.     <a href="/support.html">Paid support</a>
  90.   </div>
  91. </div>
  92. <div class="dropdown">
  93.   <a class="dropbtn" href="/dev/">Development</a>
  94.   <div class="dropdown-content">
  95.     <a href="/dev/builds.html">Autobuilds</a>
  96.     <a href="/dev/code-review.html">Code review</a>
  97.     <a href="/dev/code-style.html">Code style</a>
  98.     <a href="/dev/contribute.html">Contribute</a>
  99.     <a href="/dashboard.html">Dashboard</a>
  100.     <a href="/dev/deprecate.html">Deprecate</a>
  101.     <a href="/dev/internals.html">Internals</a>
  102.     <a href="/dev/release-notes.html">Release Notes</a>
  103.     <a href="/dev/release-procedure.html">Release Procedure</a>
  104.     <a href="/dev/roadmap.html">Roadmap</a>
  105.     <a href="/dev/runtests.html">Run Tests</a>
  106.     <a href="/dev/secprocess.html">Security Process</a>
  107.     <a href="/rfc/">Specifications</a>
  108.     <a href="/dev/testcurl.html">Test curl</a>
  109.     <a href="/dev/tests-overview.html">Tests Overview</a>
  110.   </div>
  111. </div>
  112. <div class="dropdown">
  113.   <a class="dropbtn" href="/news.html">News</a>
  114.   <div class="dropdown-content">
  115.     <a href="/changes.html">Changelog</a>
  116.     <a href="/docs/releases.html">Release table</a>
  117.   </div>
  118. </div>
  119. </div>
  120. <div class="contents">
  121. <div class="where"><a href="/">curl</a> / <a href="/download.html">Download</a> / <b>Windows downloads</b></div>
  122. <h1> curl 8.0.1 for Windows </h1>
  123. <div class="relatedbox">
  124. <b>Related:</b>
  125. <br><a href="/changes.html">Changelog</a>
  126. <br><a href="/download.html">Downloads</a>
  127. <br><a href="/docs/faq.html">FAQ</a>
  128. <br><a href="/docs/copyright.html">License</a>
  129. <br><a href="/docs/manpage.html">Manual</a>
  130. </div>
  131. <p>
  132.  These are the latest and most up to date <b>official</b> curl binary builds
  133.  for Microsoft Windows.
  134. <p>
  135. <!-- version: 8.0.1 -->
  136.  <b>curl version</b>: 8.0.1 <br>
  137.  <b>Build</b>: 8.0.1_1 <br>
  138.  <b>Date</b>: 2023-03-20 <br>
  139.  <b>Changes</b>: <a href="/changes.html#8_0_1">8.0.1 changelog</a>
  140. <p class="windl">
  141.   <a href="dl-8.0.1_1/curl-8.0.1_1-win64-mingw.zip"><img src="/pix/GS-Download-icon.svg" alt="Download 64-bit curl" width="90" height="90" style="float:left;"></a>
  142. <a href="dl-8.0.1_1/curl-8.0.1_1-win64-mingw.zip" class="windl">curl for 64-bit</a> <br>
  143. Size: 10.2 MB<br>
  144. sha256: a299a8e69c89a55d68c8f4a55bb46ea8f232ed24e9f7b8e8a26ace2ed2a52fa1
  145. <p class="windl">
  146.   <a href="dl-8.0.1_1/curl-8.0.1_1-win64a-mingw.zip"><img src="/pix/GS-Download-icon.svg" alt="Download 64-bit (ARM) curl" width="90" height="90" style="float:left;"></a>
  147. <a href="dl-8.0.1_1/curl-8.0.1_1-win64a-mingw.zip" class="windl">curl for 64-bit (ARM)</a> <br>
  148. Size: 8.8 MB<br>
  149. sha256: 30d5309e78978e98b8ac2262c4a0654c4fb9a6bc4d38f39a2d57c308908f9c86
  150. <p class="windl">
  151.  <a href="dl-8.0.1_1/curl-8.0.1_1-win32-mingw.zip"><img src="/pix/GS-Download-icon.svg" alt="Download 32-bit curl" width="90" height="90" style="float:left;"></a>
  152.  <a href="dl-8.0.1_1/curl-8.0.1_1-win32-mingw.zip" class="windl">curl for 32-bit</a> <br>
  153. Size: 9.1 MB<br>
  154. sha256: bf0d8ae7a07c506bb6762f6e1d5edc06a5d24ac0e11c00c74bba510e658cc296
  155. <h2> Fixed URLs </h2>
  156. <p>
  157.   These links automatically provide the latest curl package:
  158. <p>
  159. <a download="curl-win64-latest.zip" href="latest.cgi?p=win64-mingw.zip">curl for win64</a><br>
  160. <a download="curl-win64a-latest.zip" href="latest.cgi?p=win64a-mingw.zip">curl for win64 ARM</a><br>
  161. <a download="curl-win32-latest.zip" href="latest.cgi?p=win32-mingw.zip">curl for win32</a><br>
  162. <h2> Specifications </h2>
  163. <p>
  164.   curl 8.0.1_1 was built and statically linked with
  165.   <ul>
  166. <li>brotli 1.0.9<li>cacert 2023-01-10<li>gsasl 2.2.0<li>libssh2 1.10.0<li>nghttp2 1.52.0<li>nghttp3 0.9.0<li>ngtcp2 0.13.1<li>quictls 3.0.8<li>zlib 1.2.13<li>zstd 1.5.4
  167.   </ul>
  168. <p>
  169.   The following tools/compilers were used in the build process:
  170. <ul>
  171. <li>clang 14.0.6<li>clang 15.0.0 (ARM64)<li>curl-for-win c78c0e24<li>llvm-mingw 20220906 (ARM64)<li>mingw-w64 10.0.0-3
  172. </ul>
  173. <p>
  174.  The <a href="https://ci.appveyor.com/project/curlorg/curl-for-win/build/1.0.1849/job/cvyemf08fyto8yin?fullLog=true">log from the build</a>.
  175. <p>
  176.  Get further details about these curl builds in
  177.  the <a href="https://github.com/curl/curl-for-win">curl-for-win github
  178.  repo</a>
  179. <h2> Microsoft ships curl too </h2>
  180. <p>
  181.  curl is also <a href="microsoft.html">shipped by Microsoft</a> as part of
  182.  Windows 10 and 11.
  183. </div>
  184. </div>
  185. <script defer src="https://www.fastly-insights.com/insights.js?k=8cb1247c-87c2-4af9-9229-768b1990f90b" type="text/javascript"></script>
  186. </body>
  187. </html>
  188.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement