Go to file
Daniel Stenberg a2d2569c7d release commit time 2000-03-21 14:23:45 +00:00
include 6.5 cleanup commit 2000-03-14 08:33:15 +00:00
lib curl_unescape() could make a buffer overflow 2000-03-20 10:22:12 +00:00
perl removed generated files 2000-01-10 23:57:32 +00:00
src Marco G. Salvagno's OS/2 changes 2000-03-19 19:55:02 +00:00
BUGS changed the URL to use http:// instead 2000-03-20 10:31:08 +00:00
CHANGES curl_unescape() update 2000-03-21 14:18:39 +00:00
CONTRIBUTE updates and fixes 2000-03-16 11:32:53 +00:00
FAQ reformatted, added a custom FTP command question 2000-03-20 11:27:29 +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 Marco G. Salvagno's paragraph about compiling for OS/2 is added 2000-03-20 09:09:12 +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 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 RAND_SCREEN is only available for win32 SSL users 2000-03-16 11:33:39 +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 release commit time 2000-03-21 14:23:45 +00:00
curl-ssl.spec Initial revision 1999-12-29 14:20:26 +00:00
curl.1 modified to look better when man2html'ified 2000-03-20 09:21:31 +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: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!)