home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / ftp / outftp / readme.txt < prev    next >
Text File  |  1997-06-30  |  8KB  |  159 lines

  1. FTP OutBox version 1.50
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3. FTP OutBox is a Windows95 application.  It provides a speedy and hassle-free
  4. way to upload your files to your favourite FTP hosts.
  5.  
  6. Note: FTP OutBox does not have downloading function.
  7.  
  8. 1.  HISTORY
  9.     Version 1.0 (23 Apr 96) - First release.
  10.     Version 1.0 (18 May 96) - FTP PostOffice added to package
  11.     Version 1.01 (12 Aug 96) - Cancel Button added to Upload Progress Dialog
  12.                                Box.
  13.                              - Able to also accept FTP Host Addresses
  14.                                (eg. 123.45.67.8) instead of just the FTP Host
  15.                                Names.
  16.     Version 1.02 (15 Aug 96) - A bug was found in Version 1.01.
  17.                                Multiple file uploading did not function
  18.                                properly if '/' is not the first character in
  19.                                the Directory string.
  20.                              - This bug is now eliminated in this version.
  21.     Version 1.03 (14 Sep 96) - Animated icon added.
  22.                              - Settings in the registry will be removed when
  23.                                deleting an outbox.  In previous versions,
  24.                                registry settings were not removed.
  25.                              - FTP PostOffice upgraded to version 1.01
  26.                                (23 Oct 96).  Version 1.0 was unable to show
  27.                                the list of outboxes if FTP PostOffice is
  28.                                installed in a directory with a long filename.
  29.     Version 1.10 (25 Nov 96) - GeoCities logon option added.
  30.                              - Supports uploading in both Binary and ASCII
  31.                                modes.
  32.                              - Allows user to view response strings from host.
  33.                              - Supports scheduled batch uploading using the
  34.                                System Agent program from Microsoft Plus! for
  35.                                Win95.
  36.     Version 1.11 (04 Jun 97) - Option for deleting files after uploading.
  37.     Version 1.50 (01 Jul 97) - Hangs up modem automatically after uploading.
  38.                              - Auto-detect transfer type added.  Switch to
  39.                                Binary or ASCII automatically depending on files.
  40.                              - Files can be uploaded in lowercase or uppercase.
  41.                              - Option for automatically changing ".htm" file 
  42.                                extensions to ".html" while uploading and vice
  43.                                versa.
  44.                              - Windows-style help added.
  45.     Version 1.50 (08 Aug 97) - A bug was discovered.  FTP OutBox stalls when 
  46.                                there are no files in the upload directory when 
  47.                                performing scheduled uploading.
  48.                              - This bug is now eliminated in OUTBOX.EXE.
  49.                              - Change in version number is no required since 
  50.                                this is only a minor fix-up.
  51.     
  52. 2.  FILES
  53. You should have the following files after you have unzipped the OutBox10.Zip
  54. file:
  55.         FTP_PO.EXE      - The FTP PostOffice Application
  56.         INSTALL.BAT     - The Install file for FTP PostOffice Application
  57.         OUTBOX.EXE      - The FTP OutBox Engine Application
  58.         OUTBXMGR.EXE    - The FTP OutBox Box Manager Application
  59.     OUTBOX.HLP    - The FTP OutBox Help file
  60.         REGISTER.TXT    - The Registration Form
  61.         README.TXT      - The file that you are reading now
  62.  
  63. 3.  INSTALLATION
  64.  
  65.     a. Installing the FTP Outbox
  66.        Create a new directory (eg. \OUTBOX) and unzip the OutBox10.Zip file to
  67.        it.  You can also unzip the file to any existing directories on your
  68.        system if you wish.
  69.  
  70.     b. Installing the FTP PostOffice
  71.        Run the INSTALL.BAT file.
  72.  
  73. 4.  INSTRUCTIONS
  74. Creating a Box
  75. ~~~~~~~~~~~~~~
  76. After you have installed FTP OutBox, you will need to create a Box that will
  77. link you to a FTP host before you can start using FTP OutBox.  To create a
  78. Box, launch the Box Manager Application (OUTBXMGR.EXE).  Enter all necessary
  79. information about the FTP host and click on OK.  A Box will immediately be
  80. created on your Desktop.  You can create as many Boxes as you wish.
  81.  
  82. Editing a Box
  83. ~~~~~~~~~~~~~
  84. Double-click the Box on the Desktop.  You will be shown the information about
  85. the Box.  Do the appropriate changes and click on OK.
  86.  
  87. Deleting a Box
  88. ~~~~~~~~~~~~~~
  89. Double-click the Box on the Desktop. You will be shown the information about
  90. the Box.  Click on Delete.  The Box will immediately be removed from your
  91. Desktop.
  92.  
  93. Uploading a file
  94. ~~~~~~~~~~~~~~~~
  95. i.  Select the file you want to upload from Explorer and drag-n-drop it into
  96.     the Box.  The file will immediately be uploaded to the FTP host, or
  97. ii. Right-click on the file you want to upload from Explorer and select the
  98.     Box from the Send To popup menu.  The file will immediately be uploaded
  99.     to the FTP host.
  100.  
  101. Uploading multiple files
  102. ~~~~~~~~~~~~~~~~~~~~~~~~
  103. (This feature is not available in the unregistered copy of FTP OutBox).
  104. Select the files you want to upload from Explorer and drag-n-drop them into
  105. the Box.  The files will immediately be uploaded to the FTP host.
  106.  
  107. Uploading file(s) to multiple Boxes
  108. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109. Select the files you want to upload from Explorer and drag-n-drop them into
  110. the FTP PostOffice.  The select the Box(es) that you want to upload the files
  111. to.  The files will immediately be uploaded to the FTP host(s) upon clicking
  112. on OK.
  113.  
  114. Scheduled uploading
  115. ~~~~~~~~~~~~~~~~~~~
  116. You can also schedule your uploads with the help of Microsoft's System Agent.
  117. Double-click on the System Agent icon to bring up the System Agent window.
  118. Select "Schedule a New Program..." from the Program menu.  Upon doing this, a
  119. "Schedule a New Program" dialog box pops up.
  120.  
  121. Enter "C:\<MyDir>\Boxes\<MyOutBox>.exe /b <MyUploadDir>" to the Program edit
  122. box where:
  123.         <MyDir>       - The directory in which you have installed FTP OutBox.
  124.         <MyOutBox>    - The name of the outbox to which you want your files
  125.                         to be uploaded.
  126.         <MyUploadDir> - The directory name which contains the files to be
  127.                         uploaded.  You must create this directory as a
  128.                         sub-directory in ..\Boxes.  Move all the files to be
  129.                         uploaded into this sub-directory.
  130.  
  131.          Example, "C:\OutBox\Boxes\GeoCities.exe /b GeoBatch"
  132.  
  133.          The above example schedules an upload to an OutBox called GeoCities.
  134.          It will upload all the files in the "C:\OutBox\Boxes\GeoBatch\" sub-
  135.          directory.
  136.  
  137. Note:  The unregistered version of FTP OutBox does not allow you to upload
  138.        multiple files.  Only the registered version allows you to do so.
  139.  
  140. 5.  UNREGISTERED COPY RESTRICTIONS
  141. Users are allowed to evaluate this unregistered copy of FTP OutBox for free
  142. for a period of 30 days.  It will automatically fail to function after the
  143. evaluation period is over.  Users who are interested in registering FTP OutBox
  144. with the author, should fill up the registration form (Register.Txt) and mail
  145. it back to the author with the registration fee included or fill up the form
  146. at http://home.pacific.net.sg/~mannfai/ftpobreg.html for speedier registration.
  147. Upon registration, users will receive the registered copy of FTP OutBox
  148. (minus all those irritating message boxes).
  149.  
  150. 6.  SUGGESTIONS AND BUG REPORT
  151. Please e-mail your suggestions, bugs you found or questions with FTP OutBox
  152. to mannfai@pacific.net.sg.  Please put "FTP OutBox" as the subject of your
  153. mail.
  154.  
  155.  
  156. The author,
  157. Yip Mann Fai
  158.  
  159.