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
Find a file
2001-05-31 12:32:04 +00:00
docs Added CVS $Id$ keyword for inline version tracking 2001-05-31 08:41:42 +00:00
include the CURL_GLOBAL flags are now used to set what parts to init globally 2001-05-31 06:10:25 +00:00
java
lib Test and substance patch. 2001-05-31 11:30:34 +00:00
packages
perl
php Change to // comments and add <?php and ?> wrappers 2001-05-31 12:32:04 +00:00
src 7.8-pre2 2001-05-30 11:24:26 +00:00
tests
acconfig.h
buildconf made the automake line re-build from _all_ Makefile.am files in the source tree 2001-05-30 10:29:39 +00:00
CHANGES -# fix, thread fix, easy.c compile fix and more 2001-05-30 10:34:14 +00:00
CHANGES.0
config-win32.h
config.guess
config.sub
configure.in fixed the dlopen check 2001-05-31 08:24:50 +00:00
curl-config.in
CVS-INFO
install-sh
LEGAL
ltconfig
ltmain.sh cleanup commit for new autoconf+automake+libtool versions 2001-05-22 18:16:24 +00:00
Makefile.am
Makefile.dist
maketgz
memanalyze.pl
missing
MITX.txt
mkinstalldirs
MPL-1.1.txt
README
reconf Sterling Hughes's fixes 2001-05-30 07:59:47 +00:00

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

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.5 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 .

     (now, you'll get all the latest sources downloaded into your current
     directory. Note that this does NOT create a directory named curl or
     anything)

        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.