Go to file
Daniel Stenberg f71a1485f3 libtool adjustments 2000-07-26 09:28:29 +00:00
docs Added Torsten Foertsch's changes to the -F description and his name to the 2000-07-25 21:19:35 +00:00
include Torsten Foertsch's improvements 2000-07-25 12:21:22 +00:00
lib libtool adjustments 2000-07-26 09:28:29 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src libtool adjustments 2000-07-26 09:28:29 +00:00
CHANGES A range of things done yesterday 2000-07-25 07:39:42 +00:00
FILES Added the docs/README.win32 file 2000-06-09 07:02:20 +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 libtool adjustments 2000-07-26 09:28:29 +00:00
Makefile.dist haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
README haxx.nu turns haxx.se 2000-06-09 07:01:23 +00:00
acconfig.h Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS 2000-05-30 22:26:57 +00:00
aclocal.m4 Initial revision 1999-12-29 14:20:26 +00:00
config-win32.h Added a define in the Mingw32 makefiles to allow parts of the config-win32 2000-06-14 14:28:45 +00:00
config.guess libtool adjustments 2000-07-26 09:28:29 +00:00
config.h.in Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS 2000-06-14 10:50:18 +00:00
config.sub libtool adjustments 2000-07-26 09:28:29 +00:00
configure.in libtool adjustments 2000-07-26 09:28:29 +00:00
curl-ssl.spec.in haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
curl.spec.in haxx.nu => haxx.se 2000-06-20 15:31:26 +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.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/
        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!)