Go to file
Daniel Stenberg 481871768b updated
2000-09-21 08:53:59 +00:00
docs updated 2000-09-21 08:53:59 +00:00
include Stephen Kick added CURLOPT_INTERFACE 2000-09-18 21:53:21 +00:00
lib now reports "krb4 enabled" is that's so 2000-09-21 08:51:15 +00:00
perl
src Added krb4 support for libcurl 7.3 2000-09-21 08:52:08 +00:00
acconfig.h Albert's fixes 2000-08-23 07:25:21 +00:00
acinclude.m4 largefile.m4 was turned into acinclude.m4 2000-08-24 19:16:26 +00:00
aclocal.m4 7.2 cleanup commit 2000-08-30 11:54:57 +00:00
CHANGES ftp through http proxy tunnel is now implemented 2000-09-18 06:25:50 +00:00
config-win32.h
config.guess
config.h.in 7.2 cleanup commit 2000-08-30 11:54:57 +00:00
config.sub
configure.in patched 7.2 configure to work! 2000-08-31 06:10:02 +00:00
curl-ssl.spec.in
curl.spec.in
FILES added docs/examples 2000-09-21 08:53:20 +00:00
install-sh
LEGAL
ltconfig
ltmain.sh
Makefile.am
Makefile.dist
maketgz
missing
mkinstalldirs
MPL-1.0.txt
README Added curl.linuxworx.com.au as an "official" mirror 2000-09-15 13:22:27 +00:00
reconf 7.2 cleanup commit 2000-08-30 11:54:57 +00:00

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

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 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/
        Australia -- http://curl.linuxworx.com.au/

  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!)