A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
Go to file
2001-09-14 12:02:02 +00:00
docs now can set list of ciphers 2001-09-11 22:35:23 +00:00
include added curl_easy_duphandle 2001-09-13 14:50:04 +00:00
java generated .h file cut off 2001-09-10 12:17:23 +00:00
lib Added curl_easy_duphandle 2001-09-13 14:49:35 +00:00
packages
perl Release 1.1.7 - documentation update with licence info only. 2001-09-13 11:27:59 +00:00
php
src --ciphers now sets CURLOPT_SSL_CIPHER_LIST 2001-09-11 22:36:03 +00:00
tests the strip stuff 2001-09-14 12:02:02 +00:00
acconfig.h
acinclude.m4
build_vms.com Nico's update: "modified the build procedure to restore to the right current 2001-08-23 10:56:48 +00:00
buildconf
CHANGES changes since pre3 2001-09-11 12:00:36 +00:00
CHANGES.0
CHANGES.2000
config-riscos.h
config-vms.h
config-win32.h T. Bharath's patch. It is kind of dirty, as it #pragma aways a whole bunch 2001-08-24 07:43:24 +00:00
config.guess libtool 1.4.1 2001-09-03 07:00:59 +00:00
config.sub libtool 1.4.1 2001-09-03 07:00:59 +00:00
configure.in removed perl and php makefiles 2001-09-12 11:31:58 +00:00
curl-config.in
curl-mode.el emacs lisp setup for hacking curl code 2001-09-05 06:55:08 +00:00
CVS-INFO updated tool versions 2001-09-10 06:05:38 +00:00
install-sh
LEGAL
ltmain.sh libtool 1.4.1 2001-09-03 07:00:59 +00:00
Makefile.am removed the 'perl' and 'php' dirs from the release archive 2001-09-11 10:15:40 +00:00
Makefile.dist
maketgz
memanalyze.pl
missing added the most recent one from automake 1.5, it complained on the former 2001-08-28 09:01:50 +00:00
MITX.txt
mkinstalldirs
MPL-1.1.txt
README
reconf

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

README

  Curl is a command line tool for transfering data specified with URL
  syntax. Find out how to use Curl by reading the curl.1 man page or the
  MANUAL document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is a library that Curl is using to do its job. It is readily
  available to be used by your software. Read the libcurl.3 man page to
  find out how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the LEGAL file for distribution terms and similar.

  Always try the Curl web site for the latest news:

        http://curl.haxx.se

  The official download mirror sites are:

        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/

  To download the very latest source off the CVS server do this:

    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login

  (just press enter when asked for password)

    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl 

  (you'll get a directory named curl created, filled with the source code)

    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
        
  (you're off the hook!)

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.