home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / Curl / FEATURES < prev    next >
Text File  |  2000-07-31  |  2KB  |  83 lines

  1.                                   _   _ ____  _     
  2.                               ___| | | |  _ \| |    
  3.                              / __| | | | |_) | |    
  4.                             | (__| |_| |  _ <| |___ 
  5.                              \___|\___/|_| \_\_____|
  6.  
  7. FEATURES
  8.  
  9. Misc
  10.  - full URL syntax
  11.  - custom maximum download time
  12.  - custom least download speed acceptable
  13.  - custom output result after completion
  14.  - multiple URLs
  15.  - guesses protocol from host name unless specified
  16.  - uses .netrc
  17.  - progress bar/time specs while downloading
  18.  - PROXY environment variables support
  19.  - config file support
  20.  - compiles on win32
  21.  
  22. HTTP
  23.  - GET
  24.  - PUT
  25.  - HEAD
  26.  - POST
  27.  - multipart POST
  28.  - authentication
  29.  - resume
  30.  - follow redirects
  31.  - custom HTTP request
  32.  - cookie get/send
  33.  - understands the netscape cookie file
  34.  - custom headers (that can replace/remove internally generated headers)
  35.  - custom user-agent string
  36.  - custom referer string
  37.  - range
  38.  - proxy authentication
  39.  - time conditions
  40.  - via http-proxy
  41.  
  42. HTTPS (*1)
  43.  - (all the HTTP features)
  44.  - using certificates
  45.  - via http-proxy
  46.  
  47. FTP
  48.  - download
  49.  - authentication
  50.  - PORT or PASV
  51.  - single file size information (compare to HTTP HEAD)
  52.  - 'type=' URL support
  53.  - dir listing
  54.  - dir listing names-only
  55.  - upload
  56.  - upload append
  57.  - upload via http-proxy as HTTP PUT
  58.  - download resume
  59.  - upload resume
  60.  - custom ftp commands (before and/or after the transfer)
  61.  - simple "range" support
  62.  - via http-proxy
  63.  
  64. TELNET
  65.  - connection negotiation
  66.  - stdin/stdout I/O
  67.  
  68. LDAP (*2)
  69.  - full LDAP URL support
  70.  
  71. DICT
  72.  - extended DICT URL support
  73.  
  74. GOPHER
  75.  - GET
  76.  - via http-proxy
  77.  
  78. FILE
  79.  - URL support
  80.  
  81.         *1 = requires OpenSSL
  82.         *2 = requires OpenLDAP
  83.