curl 和 libcurl 7.28.0 至少修复了 37 个 bug,其他改进记录包括:
- adds agent-based authentication for SSH,
- allows applications to set sockopt after the accept() call with CURLSOCKTYPE_ACCEPT for FTP's active connection,
- adds a curl_multi_wait() function,
- lets metalink use the Microsoft Windows CryptoAPI,
- makes libcurl treat "socks://x" as a socks4 proxy,
- lets the socks proxy handler support IPv6 connections through SOCKSv5 proxies.
curl是一款著名的字符界面下的下载工具,支持HTTP、HTTPS、FTP、FTPS、DICT、TELNET、LDAP、FILE,和 GOPHER。此外还具有cookies支持、断点续传、FTP上传、密码支持、SSL支持和代理支持等特性。curl同时还提供了一套libcurl的 库,开发者可以基于这个库开发其他下载工具。
暂无更多评论