home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jmach08.zip / dmachine.cnf < prev    next >
Text File  |  2000-05-20  |  1KB  |  73 lines

  1. #
  2. #                Download Machine
  3. #                
  4. #          non interactive, non graphical, batch download tool
  5. #               Open Source Software (GPL)
  6. #
  7. #            Radim Kolar (hsn@cybermail.net)
  8. #             http://home.worldonline.cz/~cz210552/
  9. #
  10. #                              SAMPLE CONFIG FILE
  11.  
  12. ##############
  13. # LOG files  #
  14. ##############
  15. log_fatal fatal.log
  16.  
  17. ####################
  18. # Network setup
  19. ####################
  20.  
  21. #TIMEOUT IN SEC.
  22. download_timeout 100
  23.  
  24. #use HTTP-proxy server
  25. #http_proxy 127.0.0.1 8080
  26.  
  27. #supports http_proxy_resume in non-standard way?
  28. # nocache - needs nocache for resume
  29. # direct  - bypass it for resume
  30. # normal  - no special commands are needed
  31. http_proxy_resume normal
  32.  
  33. #DOWNLOAD MACHINE DOESN'T HAVE YET INTERNAL FTP
  34. #SUPPORT. IF YOU WANT TO USE IT FOR FTP, YOU MUST
  35. #HAVE FTP_PROXY DEFINED
  36.  
  37. #FTP proxy must talks with HTTP protocol!
  38. #ftp_proxy linux.svoboda.cz 3128
  39. ftp_proxy_resume normal
  40.  
  41. #####################
  42. # File/Directory setup
  43. #####################
  44.  
  45. #Path for downloaded files
  46. download_directory from-web
  47. #Path for temporary files
  48. temporary_directory tmp
  49.  
  50. case_sensitive_filenames 0
  51.  
  52. #auto-generated filenames
  53. auto_prefix auto
  54. auto_suffix .dm
  55.  
  56. #Where is the queue file? You can have more than one
  57. queue_file queue
  58. queue_file queue.web
  59.  
  60. #How often (sec) check queue file for changes?
  61. queue_check_time 10
  62.  
  63. ###########
  64. #MISC SETUP
  65. ###########
  66.  
  67. #How often report downloaded bytes
  68. report_time 30
  69. download_threads 3
  70.  
  71. file_retry_count 20
  72. url_retry_count 5
  73.