Go to file
Daniel Stenberg 5d39dde961 pre-release commit 2000-05-30 16:31:46 +00:00
docs pre-release commit 2000-05-30 16:31:46 +00:00
include fixed the CURL_ERROR_SIZE and renamed a urlget() leftover 2000-05-26 08:12:14 +00:00
lib made getenv() more threadsafe for win32 2000-05-29 23:07:22 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src pre-release commit 2000-05-30 16:31:46 +00:00
CHANGES pre-release commit 2000-05-30 16:31:46 +00:00
FILES added the new man pages docs/*.3 2000-05-26 13:55:13 +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 fixed the new path to the curl man page 2000-05-24 22:56:00 +00:00
Makefile.dist Initial revision 1999-12-29 14:20:26 +00:00
README corrected the CVS info 2000-03-16 15:21:14 +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 moved here from the newlib branch 2000-05-22 14:12:12 +00:00
config.guess Initial revision 1999-12-29 14:20:26 +00:00
config.h.in pre-release commit 2000-05-30 16:31:46 +00:00
config.sub Initial revision 1999-12-29 14:20:26 +00:00
configure.in pre-release commit 2000-05-30 16:31:46 +00:00
curl-ssl.spec Troy Engel's latest updates 2000-03-23 10:39:38 +00:00
curl-ssl.spec.in new files to generate .spec files automatically 2000-04-08 19:32:40 +00:00
curl.spec Troy Engel's latest updates 2000-03-23 10:39:38 +00:00
curl.spec.in new files to generate .spec files automatically 2000-04-08 19:32:40 +00:00
install-sh Initial revision 1999-12-29 14:20:26 +00:00
maketgz moved here from the newlib branch 2000-05-22 14:12:12 +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: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!)