Go to file
Daniel Stenberg 5992252b3d updates and fixes 2000-03-16 11:32:53 +00:00
include 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
lib 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
CHANGES The changes of today. 2000-03-13 09:13:07 +00:00
CONTRIBUTE updates and fixes 2000-03-16 11:32:53 +00:00
FAQ updates and fixes 2000-03-16 11:32:53 +00:00
FEATURES updates and fixes 2000-03-16 11:32:53 +00:00
FILES updates and fixes 2000-03-16 11:32:53 +00:00
INSTALL updates and fixes 2000-03-16 11:32:53 +00:00
LEGAL Initial revision 1999-12-29 14:20:26 +00:00
MPL-1.0.txt Initial revision 1999-12-29 14:20:26 +00:00
Makefile.am Initial revision 1999-12-29 14:20:26 +00:00
Makefile.dist Initial revision 1999-12-29 14:20:26 +00:00
README updates and fixes 2000-03-16 11:32:53 +00:00
README.curl updates and fixes 2000-03-16 11:32:53 +00:00
README.libcurl Initial revision 1999-12-29 14:20:26 +00:00
RESOURCES Initial revision 1999-12-29 14:20:26 +00:00
TODO updates and fixes 2000-03-16 11:32:53 +00:00
acconfig.h Initial revision 1999-12-29 14:20:26 +00:00
aclocal.m4 Initial revision 1999-12-29 14:20:26 +00:00
config-win32.h Added #define HAVE_SETVBUF 1 2000-03-14 08:29:11 +00:00
config.guess Initial revision 1999-12-29 14:20:26 +00:00
config.h.in 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
config.sub Initial revision 1999-12-29 14:20:26 +00:00
configure.in 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
curl-ssl.spec Initial revision 1999-12-29 14:20:26 +00:00
curl.1 corrected spelling errors, improved look for the ranges part 2000-03-13 09:11:07 +00:00
curl.spec Initial revision 1999-12-29 14:20:26 +00:00
install-sh Initial revision 1999-12-29 14:20:26 +00:00
maketgz Initial revision 1999-12-29 14:20:26 +00:00
missing Initial revision 1999-12-29 14:20:26 +00:00
mkinstalldirs Initial revision 1999-12-29 14:20:26 +00:00
reconf Initial revision 1999-12-29 14:20:26 +00:00

README

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

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
  README.curl document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is a link-library that Curl is using to do its job. It is readily
  available to be used by your software. Read the README.libcurl document to
  find out how!

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

  Always try the Curl web site for the latest news:

        http://curl.haxx.nu

  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/
        China --   http://www.pshowing.com/curl/

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

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

        (just press enter when asked for password)

        cvs -d :pserver:cvs@curl.sourceforge.net/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:cvs@curl.sourceforge.net/curl logout
        
        (you're off the hook!)