Go to file
Daniel Stenberg fb9d1ff00f files moved to main branch from the newlib branch 2000-05-22 14:09:31 +00:00
include 6.5.2 release commit 2000-03-21 15:37:13 +00:00
lib files moved to main branch from the newlib branch 2000-05-22 14:09:31 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src moved the win32 init stuff here from the lib 2000-05-17 21:21:10 +00:00
BUGS spelling errors corrected 2000-03-23 11:02:08 +00:00
CHANGES the last days' changes 2000-05-14 13:36:38 +00:00
CONTRIBUTE spelling errors corrected 2000-03-23 11:02:08 +00:00
FAQ "Will you write a script for me getting ZZZ from YYY?" added 2000-05-14 15:33:47 +00:00
FEATURES updates and fixes 2000-03-16 11:32:53 +00:00
FILES Added the *spec.in files 2000-04-08 19:33:11 +00:00
INSTALL Added Darwin to the list of platforms 2000-04-10 18:05:29 +00:00
INTERNALS describes internal code design 2000-04-02 18:09:50 +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 corrected the CVS info 2000-03-16 15:21:14 +00:00
README.curl Added some more explanatory text about HTTP posts 2000-03-27 21:42:40 +00:00
README.libcurl Initial revision 1999-12-29 14:20:26 +00:00
RESOURCES just a little reformatted 2000-03-23 09:33:03 +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 HAVE_UNAME was bad 2000-03-23 10:39:00 +00:00
config.guess Initial revision 1999-12-29 14:20:26 +00:00
config.h.in release commit time 2000-03-21 14:23:45 +00:00
config.sub Initial revision 1999-12-29 14:20:26 +00:00
configure.in Added BOTH nsl+socket lib check 2000-05-14 15:21:45 +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.1 modified to look better when man2html'ified 2000-03-20 09:21:31 +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 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: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!)