Curl is a tool and libcurl is a library for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TFTP, SCP, SFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
Перейти к файлу
Daniel Stenberg 139ab3740a 7.9.2 commit 2001-12-05 08:36:48 +00:00
docs the final ftp ipv6 support has been added! 2001-12-03 10:38:31 +00:00
include 7.9.2 commit 2001-12-05 08:36:48 +00:00
lib Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assign 2001-12-05 06:47:01 +00:00
packages
perl
src 7.9.2 commit 2001-12-05 08:36:48 +00:00
tests test case 126 added, this uses RETRWEIRDO that makes the FTP server send two 2001-12-03 13:46:56 +00:00
CHANGES 7.9.2 commit 2001-12-05 08:36:48 +00:00
CHANGES.0
CHANGES.2000
CVS-INFO
LEGAL updated the copyright year range 2001-12-03 10:00:19 +00:00
MITX.txt
MPL-1.1.txt
Makefile.am added mac stuff 2001-11-29 12:42:50 +00:00
Makefile.dist
README cool.haxx.se now only allows http downloads 2001-12-03 09:59:44 +00:00
acconfig.h in_addr_t added 2001-11-28 23:21:31 +00:00
acinclude.m4 now sets a type for in_addr_t even if it isn't found in the #include files 2001-11-28 23:14:20 +00:00
build_vms.com
buildconf
config-mac.h Eric's update 2001-12-04 06:52:19 +00:00
config-riscos.h
config-vms.h
config-win32.h added a in_addr_t #define 2001-12-02 12:07:36 +00:00
config.guess
config.sub
configure.in Added an in_addr_t check 2001-11-28 13:16:56 +00:00
curl-config.in
curl-mode.el
install-sh
ltmain.sh
maketgz
memanalyze.pl
missing
mkinstalldirs
reconf

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
  MANUAL 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 libcurl.3 man page to
  find out how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the LEGAL file for distribution terms and similar.

  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/
        Sweden    -- http://cool.haxx.se/curl/
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/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 curl 

  (you'll get a directory named curl created, filled with the source code)

    cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
        
  (you're off the hook!)

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.