タグ

ブックマーク / curl.se (3)

  • curl - SSL CA Certificates

    SSL Certificate Verification SSL is TLS SSL is the old name. It is called TLS these days. Native SSL If libcurl was built with Schannel or Secure Transport support (the native SSL libraries included in Windows and Mac OS X), then this does not apply to you. Scroll down for details on how the OS-native engines handle SSL certificates. If you are not sure, then run "curl -V" and read the results. If

    nilab
    nilab 2018/11/14
    curl - SSL CA Certificates
  • build and install curl from source

    How to install curl and libcurl Installing Binary Packages Lots of people download binary distributions of curl and libcurl. This document does not describe how to install curl or libcurl using such a binary package. This document describes how to compile, build and install curl and libcurl from source code. Building using vcpkg You can download and install curl and libcurl using the vcpkg depende

    nilab
    nilab 2009/03/10
    cURL - INSTALL : ウチの cygwin では ./configure --without-ssl --without-libssh2 な感じ(libssh2のバージョンが古いと怒られたので)
  • curl

    What is curl used for? curl is used in command lines or scripts to transfer data. curl is also libcurl, used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, medical devices, settop boxes, computer games, media players and is the Internet transfer engine for countless software applications in over twenty billion installations. curl is used daily by virtually ev

    nilab
    nilab 2009/02/24
    cURL and libcurl : supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
  • 1