home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Octopus / README.TXT < prev    next >
Encoding:
Text File  |  2001-01-24  |  4.9 KB  |  153 lines

  1.                            Octopus
  2.                            *******
  3.                    Free multi-thread downloader
  4.  
  5.  
  6. Description
  7. -----------
  8.  
  9.     This program is an automatic FTP and HTTP file downloader.
  10. It allows You to get file from server through several threads
  11. concurrently. Every thread reads some part of the file beginning
  12. different position. It allows to increase the speed of downloading.
  13.  
  14.     For example: You need 10 000 000 b file. Suppose You may use 5
  15. concurrent connections to the server. So 1st thread will begin
  16. to work from 1st byte and continue to do until 2 000 000 bytes
  17. were read. The 2nd one will read data from 2 000 001st to
  18. 4 000 000th bytes, e.tc. The last 5th reads from 8 000 001st
  19. to 10 000 000. Every thread saves received data in separate file.
  20. This files will be concatenated after all threads finished.
  21.  
  22.     If thread completed successfully it returns 1 otherwise - 0.
  23.  
  24.     You can resume the downloading of resource if work was interrupted
  25. or completed unsuccessfully. In this case You must use the same URL,
  26. destination file name and number of threads.
  27.  
  28.     Program makes as many attempts to download the file as you tell it.
  29. Octopus resumes broken connections and restarts download at current
  30. positions for every thread.
  31.  
  32.     If server doesn't support restart operation You can not  use more
  33. then 1 thread. However, You may create several threads. In this case only
  34. one will read whole file. Others will stop.
  35.  
  36.  
  37. Main features
  38. -------------
  39.  
  40.         Downloading:
  41.             - from FTP servers;
  42.             - from Web servers;
  43.             - automatic and manual restart of every thread;
  44.             - PASV mode support;
  45.             - proxy support;
  46.             - request redirection support;
  47.             - every file through several threads concurrently;
  48.  
  49.         Link addition methods:
  50.             - over Clipboard ( including auto-check );
  51.             - manually, by typing the URL;
  52.  
  53.         Scheduling:
  54.             - downloading by turn;
  55.             - scheduling of attempts;
  56.             - post processing of received files;
  57.  
  58.         Reporting:
  59.             - log for each thread of downloaded file;
  60.             - true site speed testing;
  61.             - total time and time left;
  62.             - number of attempts for every thread;
  63.             - file size.
  64.  
  65.     System requirements:
  66.         - Windows 95/98/NT4.0/2000/Me;
  67.         - Winsock v.1.1 or higher.
  68.  
  69. Installation
  70. ------------
  71.  
  72.           1. Download the Octopus package.
  73.           2. Uninstall previous version of Octopus
  74.           3. Extract all files from the zip-archive into destination directory
  75.              using your archiver, such as WinZip.
  76.           4. Octopus is ready to use.
  77.  
  78.  
  79.  
  80. Uninstallation
  81. --------------
  82.           1. Remove Octopus from disk
  83.  
  84.  
  85.  
  86. Localization
  87. ------------
  88.     Octopus can be localized. Do the following for it:
  89.           1. Start Octopus;
  90.           2. Check "Translate" menu item in the "Options" menu;
  91.           3. Close Octopus and start it again;
  92.           4. Octopus will generate locales.ini file in the Octopus
  93.              directory;
  94.           5. Translate every word and phrase in locales.ini;
  95.           6. Restart Octopus again. Now Octopus is localized.
  96.  
  97.     Warning: As soon the new windows which was not translated will appear
  98.              (message boxes, properties windows) they will be added to 
  99.              locales.ini file. It is necessary to translate them too.
  100.  
  101.     Recommendation: Visit the site of Octopus before generating and translating
  102.              locales.ini file. May be locales.ini for Your language is exist
  103.              already. So You can download and use it.
  104.  
  105.     If You have translated locales.ini (or corrected the downloaded from
  106. site one) and You are sure about Your translation send me it please to
  107. distribute it. I will be thankful...
  108.  
  109. WARNINGS!
  110. ---------
  111.     Do not open the destination files while downloading in progress.
  112.  
  113.     You may restart some thread but take care that the attempts are not
  114. exhausted.
  115.  
  116.     Octopus is distributed _AS IS_. The author shall not be held liable
  117. for any direct or indirect damage or claims caused by this software.
  118.  
  119.  
  120. Copyright by Moskalyuk Alexander (1998-2000)
  121. e-mail: moskalyuk@mail.com
  122. http://redrival.com/mak
  123.  
  124. Program Web sites:
  125.  http://redrival.com/mak/octopus
  126.  http://members.xoom.com/Moskalyuk/Octopus
  127.  
  128.  
  129. WHAT IS NEW
  130. -----------
  131.  
  132.     ver. 3.11
  133.     --------
  134.  
  135.         - Octopus is absolutely free now. Ad system was deprecated;
  136.  
  137.  
  138.  
  139.     ver. 3.1
  140.     --------
  141.  
  142.         - ready for localization;
  143.         - ability to select several jobs to perform some operations at time;
  144.         - post operations;
  145.         - Clipboard checking;
  146.         - limitation of send/receive time-outs;
  147.         - scheduling of attempts;
  148.         - checking of file operations;
  149.         - more sensible downloading;
  150.         - velocity calculation was changed;
  151.         - buffer size options were added;
  152.         - you can click on progressbars to select thread.
  153.