Go to file
Daniel Stenberg f9ec7d3a0f new files to generate .spec files automatically 2000-04-08 19:32:40 +00:00
include 6.5.2 release commit 2000-03-21 15:37:13 +00:00
lib now sends user agent to all requests that go through a http proxy 2000-04-08 19:29:58 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src Marco G. Salvagno's patch applied 2000-04-04 17:42:43 +00:00
BUGS spelling errors corrected 2000-03-23 11:02:08 +00:00
CHANGES some rpm build improvements 2000-04-08 19:27:06 +00:00
CONTRIBUTE spelling errors corrected 2000-03-23 11:02:08 +00:00
FAQ Added a question about other SSL libraries 2000-03-23 10:36:49 +00:00
FEATURES updates and fixes 2000-03-16 11:32:53 +00:00
FILES added INTERNALS 2000-04-02 18:28:26 +00:00
INSTALL spelling errors corrected 2000-03-23 11:02:08 +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 removed the double BSD install check 2000-03-21 17:12:27 +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!)