README 733 B

123456789101112131415161718192021222324252627
  1. aria2 - a simple utility for downloading files faster.
  2. 1. Disclaimer
  3. -------------
  4. This program comes with no warranty.
  5. You must use this program at your own risk.
  6. 2. About aria2
  7. --------------
  8. aria2 has segmented downloading engine in its core. By segmented downloding,
  9. it can download files very much faster than ordinary browsers.
  10. aria2 is in very early development stage. Currently it has following features:
  11. * HTTP GET support
  12. * HTTP Proxy support
  13. * HTTP BASIC authentication support
  14. * HTTP Proxy authentication support
  15. * Segmented download
  16. * Cookie support(currently aria2 ignores "expires")
  17. * It can run as a daemon process.
  18. 3. How to build
  19. ---------------
  20. $ ./configure
  21. $ make
  22. The executable is aria2c in src directory.