Download List

Project Description

curl and libcurl is a tool for transferring files using URL syntax. It supports HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP, POP3, IMAP, SMTP, RTSP, RTMP, 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 about 40 languages and environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-16 23:39
7.21.0

The --proto and -proto-redir options were added. The configure option --enable-threaded-resolver was added. PolarSSL, FTP wildcard matching, and RTMP are now supported. The options CURLINFO_PRIMARY_PORT, CURLINFO_LOCAL_IP, and CURLINFO_LOCAL_PORT were added. At least 17 bugs were fixed.

2010-02-10 00:44
7.20.0

Support was added for RTSP, IMAP, POP3, and SMTP and a few new options related to those. The PRET ftp command is now supported. The curl tool understands -J/--remote-header-name for using a server-provided filename with -O. Almost 30 bugs were fixed. One security related flaw was corrected.

2009-11-06 00:30
7.19.7

The -T option is now for non-blocking uploading from stdin. SYST handling is done on FTP for OS/400 FTP servers. libcurl refuses to read a single HTTP header longer than 100K. The --crlfile option was added to curl. 29 bugs were fixed.

2009-08-17 17:03
7.19.6

The security problem denoted by CVE-2009-2417 was fixed. CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, and CURLOPT_SSH_KEYDATA were added, which makes libcurl support the openssh known_hosts files, and so does curl now. CURLOPT_FTPPORT (and curl's -P/--ftpport) was made to support port ranges. FTP quote operations are now optionally allowed to fail without causing a closed connection. Over 25 bugs were fixed.

2009-05-18 18:10
7.19.5

A couple of minor changes were made and almost 30 bugs were fixed.

Project Resources