shenqilun

  下载安装

wget https://github.com/curl/curl/releases/download/curl-7_63_0/curl-7.63.0.tar.xz
tar xvJf curl-7.63.0.tar.xz
cd curl-7.63.0
./configure
make && make install
ln -s -f /usr/local/bin/curl /usr/bin/curl

  curl --version

curl 7.63.0 (x86_64-pc-linux-gnu) libcurl/7.63.0 OpenSSL/1.0.2k zlib/1.2.7
Release-Date: 2018-12-12
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz UnixSockets HTTPS-proxy 

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-12-14
  • 2021-09-12
  • 2021-06-07
  • 2021-05-15
猜你喜欢
  • 2021-11-20
  • 2021-12-30
  • 2022-01-29
  • 2022-03-09
  • 2021-12-07
  • 2022-01-16
相关资源
相似解决方案