curl and libcurl is a tool for transferring files
using URL syntax. It supports HTTP, HTTPS, FTP,
FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP, and FILE,
as well as HTTP-post, HTTP-put, cookies, FTP
upload, resumed transfers, passwords, port numbers,
SSL certificates, Kerberos, and proxies. It is
powered by libcurl, the client-side URL transfer
library. There are bindings to libcurl for over 30
languages and environments.
License: MIT/X Consortium License
Changes:
This release adds support for HttpOnly cookies. It no longer distributes or installs a CA cert bundle. SSLv2 is now disabled by default. Resumed transfers work with SFTP. At least 23 described bugfixes were made.