home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / Curl / curl-711.readme < prev    next >
Text File  |  2000-08-28  |  2KB  |  49 lines

  1. Short:    Curl, transfer data with URL syntax
  2. Author:   Daniel Stenberg <daniel@haxx.se>
  3. Uploader: Jörgen Johansson (jj201@algonet.se)
  4. Type:     comm/tcp
  5.  
  6.                                   _   _ ____  _     
  7.                               ___| | | |  _ \| |    
  8.                              / __| | | | |_) | |    
  9.                             | (__| |_| |  _ <| |___ 
  10.                              \___|\___/|_| \_\_____|
  11.  
  12. README
  13.  
  14.   Curl is a command line tool for transfering data specified with URL
  15.   syntax. Find out how to use Curl by reading the curl.1 man page or the
  16.   README.curl document. Find out how to install Curl by reading the INSTALL
  17.   document.
  18.  
  19.   libcurl is a library that Curl is using to do its job. It is readily
  20.   available to be used by your software. Read the README.libcurl document to
  21.   find out how!
  22.  
  23.   You find answers to the most frequent questions we get in the FAQ document.
  24.  
  25.   Always try the Curl web site for the latest news:
  26.  
  27.         http://curl.haxx.se
  28.  
  29.   The official download mirror sites are:
  30.  
  31.         Sweden --  ftp://ftp.sunet.se/pub/www/utilities/curl/
  32.         Germany -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/
  33.  
  34.   To download the very latest source off the CVS server do this:
  35.  
  36.         cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login
  37.  
  38.         (just press enter when asked for password)
  39.  
  40.         cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co .
  41.  
  42.         (now, you'll get all the latest sources downloaded into your current
  43.         directory. Note that this does not create a directory named curl or
  44.         anything)
  45.  
  46.         cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
  47.         
  48.         (you're off the hook!)
  49.