cURL 7.50.1最近发布下载,cURL是利用URL语法在命令行方式下工作的开源文件传输工具。支持DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP。
cURL支持SSL证书,HTTP POST,HTTP PUT,FTP上传,基于HTTP的形式上传,代理,cookies,用户+密码验证(基本,摘要,NTLM,协商,Kerberos...),文件传输简历,代理隧道和总线负载。
安装见 Ubuntu 16.04 及衍生版安装 cURL 7.49.0 http://www.linuxidc.com/Linux/2016-05/131574.htm
Image may be NSFW.Clik here to view.

cURL 7.50.1 changelog
Bugfixes:
TLS: switch off SSL session id when client cert is usedTLS: only reuse connections with the same client cert
curl_multi_cleanup: clear connection pointer for easy handles
include the CURLINFO_HTTP_VERSION man page into the release tarball
include the http2-server.pl script in the release tarball
test558: fix test by stripping file paths from FD lines
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
tests: Fix for http/2 feature
cmake: Fix for schannel support
curl.h: make public types void * again
win32: fix a potential memory leak in Curl_load_library
travis: fix OSX build by re-installing libtool
mbedtls: Fix debug function name
Ubuntu 16.04 (Yakkety Yak),16.04 (Xenial Xerus),Ubuntu 15.10 (Wily Werewolf), Ubuntu 15.04(Vivid Vervet), Ubuntu 14.04(Trusty Tahr) 安装 curl 7.50.1
wget http://curl.haxx.se/download/curl-7.50.1.tar.gz
tar -xvf curl-7.50.1.tar.gz
cd curl-7.50.1/
./configure
make
sudo make install
Ubuntu 用户安装下载器 cURL 7.36.0 http://www.linuxidc.com/Linux/2014-05/102269.htm
Linux curl使用简单介绍 http://www.linuxidc.com/Linux/2008-01/10891.htm
Unix下Curl的使用方法及常用功能记录分享 http://www.linuxidc.com/Linux/2012-08/69154.htm
curl命令使用 http://www.linuxidc.com/Linux/2014-09/107018.htm
本文永久更新链接地址:http://www.linuxidc.com/Linux/2016-08/133955.htm
Image may be NSFW.
Clik here to view.
