home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / Amiga / Internet / Web / tcpdl.lha / tcpdl.config < prev    next >
Text File  |  1998-06-01  |  968b  |  62 lines

  1. # tcpdl.config
  2. #
  3. # Any line with a hash (#) in column 1 will be treated as 
  4. # a comment and ignored.
  5. #
  6.  
  7. #
  8. # Specify the proxy server
  9. #
  10. #PROXY www-cache.demon.co.uk:8080
  11.  
  12. #
  13. # Specify the timeouts in seconds
  14. #
  15. #CONTIMEOUT 20
  16. #HTTPTIMEOUT 60
  17.  
  18. #
  19. # Specify the number of attempts for each file
  20. #
  21. #RETRIES 5
  22.  
  23. #
  24. # Specify that no e-mail address is sent to the server
  25. #
  26. USER 
  27.  
  28. #
  29. # Specify the max number of URLs to be downloaded concurrently
  30. #
  31. #TASKS 12 
  32.  
  33. #
  34. # Specify the User Agent name to be sent to the server
  35. #
  36. #USERAGENT tcpdl/2.4a Amiga
  37.  
  38. #
  39. # Files with a suffix specified in a command of the form:
  40. #
  41. #   IGNORE <suffix>
  42. #
  43. # will not be downloaded unless they appear explicitly
  44. # in the urllist file.
  45. #
  46. # <suffix> may contain any printing characters except white 
  47. # space, and will be compared to the end of each URL.
  48. #
  49.  
  50. # ignore lha archives
  51. IGNORE .lha
  52.  
  53. # ignore zip archives
  54. IGNORE .zip
  55.  
  56. # ignore .wav sound files
  57. IGNORE .wav
  58.  
  59. # ignore MS-DOS executables
  60. IGNORE .exe
  61.  
  62.