home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / aftp1.zip / UPDATE.LOG < prev   
Text File  |  1997-12-26  |  7KB  |  197 lines

  1. AutoFTP version 1,  Bug, ToDo and Changes log
  2. ------------------------------------------------------------------------------
  3.  
  4. Update #1
  5. Bug
  6. Reported on 02 Aug 97
  7. Fixed on            
  8. Reported by Dave Blagburn   
  9. Description - Paths are not recognized if there is a trailing backslash.
  10. Comment:  Don't put trailing backslashs.  I'll put a routine in to remove
  11.           them as I get time.
  12.  
  13. Update #2
  14. ToDo
  15. Sugggested on 02 Aug 97
  16. Implemented on 
  17. Suggested by Dave Blagburn  
  18. Description - Allow tabbing from field to field if the user hits a RETURN.
  19. Comment - Use the tab key.  While I understand the RETURN key is used
  20.           quite often to do this, it is more correctly the function of
  21.           the TAB key.  I will consider changing this operation in the
  22.           future.
  23.  
  24. Update #3
  25. Bug
  26. Reported on 07 Aug 97
  27. Fixed on  26 Aug 97          
  28. Reported by Nicky Morrow   
  29. Description - Pressing F5 when no .cfg data is loaded causes crash.
  30.  
  31. Update #4
  32. Bug
  33. Reported on 07 Aug 97
  34. Fixed on 07 Aug 97           
  35. Reported by Nicky Morrow   
  36. Description - Program was not recogizing outbound files in some
  37.               situations.
  38.  
  39. Update #5
  40. Bug
  41. Reported on 16 Aug 97
  42. Fixed on 16 Aug 97           
  43. Reported by Charles Bowman   
  44. Description - The normal/binkley function seems to be case sensitive,
  45.               ?lo works and ?LO doesn't.
  46.  
  47. Update #6
  48. Bug
  49. Reported on 18 Aug 97
  50. Fixed on 1 Nov 97          
  51. Reported by Charles Bowman   
  52. Description - If your system is already connected to the internet and
  53.               it can't ping the remote system AutoFTP will try to
  54.               start another copy of your dialer...which is not good.
  55. Comment - I beefed up the routines that ping the remote server and
  56.           added the ability to set a alternate server to ping.  I
  57.           set my ISP's server as the alternate.  AutoFTP will do a
  58.           crosscheck on the alternate if it can't ping the desired
  59.           server after several tries.  If AutoFTP can't ping either
  60.           server then it runs Dial.CMD.  This method is working almost
  61.           foolproof here.
  62.  
  63. Update #7
  64. Bug
  65. Reported on 24 Aug 97
  66. Fixed on 1 Sep 97          
  67. Reported by Mark Storm   
  68. Description - AutoFTP is deleting the Binkley files that it should be
  69.               truncating.
  70. Comment - AutoFTP's ?lo support mirrors Binkleyterm's methods exactly.
  71.           See the Binkleyterm docs.  AutoFTP deletes when it should
  72.           delete and truncates when it should truncate.
  73.  
  74. Update #8
  75. ToDo
  76. Suggested on 31 Aug 97
  77. Implemented on          
  78. Reported by Francois Massonneau   
  79. Description - Allow users to change colors.
  80. Comment - I'll do this when I get time but it's not a high priority.
  81.  
  82. Update #9
  83. ToDo
  84. Suggested on 7 Sep 97
  85. Implemented on          
  86. Reported by Francois Massonneau   
  87. Description - Add Frontdoor support.
  88. Comment - I am setting up FD as I get time but it would help if
  89.           someone could give me quick rundown of how FD handles
  90.           outbound files.
  91.  
  92. Update #10
  93. ToDo
  94. Suggested on 20 Sep 97
  95. Implemented on 22 Sep 97          
  96. Reported by Mark Storm   
  97. Description - Show seconds on clock.
  98.  
  99. Update #11
  100. ToDo
  101. Suggested on 5 Oct 97
  102. Implemented on 20 Oct 97          
  103. Reported by Bob Holiday   
  104. Description - Change operation of program so that
  105.               when a .cfg file is given as a command
  106.               line parameter AutoFTP loads, exchanges
  107.               files and then terminates.  Drag-n-Drop
  108.               also triggers automatic operation <g>
  109.  
  110. Update #12
  111. ToDo
  112. Suggested on 10 Oct 97
  113. Implemented on 20 Oct 97          
  114. Reported by Nicky Morrow   
  115. Description - Add capability to change runtime priority.
  116.  
  117. Update #14
  118. ToDo
  119. Suggested on 27 Oct 97
  120. Implemented on 1 Nov 97          
  121. Reported by Mark Storm   
  122. Description - AutoFTP runs HangUp.CMD only when it was necessary
  123.               to run Dial.CMD.  A lot of folks were adding mail
  124.               tossing commands to HangUp.CMD that weren't getting
  125.               processed if the system was already online when
  126.               the event processed.
  127. Comment - I have added another .CMD file called AfterEVT.CMD.  
  128.           AutoFTP runs this file anytime it downloads a file.
  129.           You can put mail or file tossing commands or for that
  130.           matter, anything you want in this file.
  131.  
  132. Update #15
  133. Bug
  134. Reported on 23 Nov 97
  135. Fixed on 23 Nov 97          
  136. Reported by Mark Storm   
  137. Description - AutoFTP fails to download files if "." or ".." are
  138.               encountered when it gets the list of files to be
  139.               downloaded from the remote server.
  140. Comment - I changed 2 parts of AutoFTP's behavior to solve this
  141.           problem.  AutoFTP now ignors "." and ".." if they are
  142.           presented as available.  AutoFTP now continues to try
  143.           to process all files in the download list even if a
  144.           failure is encountered.
  145.  
  146. Update #16
  147. Bug
  148. Reported on 10 Dec 97
  149. Fixed on 14 Dec 97          
  150. Reported by Bob Holiday  
  151. Description - AutoFTP fails to correctly send "file sends."  It 
  152.               handles files that require deletion or trucation
  153.               fine but my "file sends" don't work.
  154. Comment - Problem was in the Binkley support code.  I had coded
  155.           AutoFTP to look for "#" or "^" as the first character
  156.           in the line that defines what file to send.  This is
  157.           now fixed and "file sends" should work fine.  See
  158.           Binkleyterm docs for further details on correct
  159.           operation.
  160.  
  161.  
  162. Update #17
  163. ToDo
  164. Suggested on 16 Dec 97
  165. Implemented on           
  166. Reported by Bob Holiday  
  167. Description - If you configure events too close together, the
  168.               second..etc event won't run because it missed 
  169.               it's starting time.
  170. Comment - Schedule your short connect times before your long
  171.           ones.  I will look to include a solution in version
  172.           2.
  173.  
  174. --- Begin Version 2 ---
  175.  
  176. Update #18
  177. ToDo
  178. Suggested on 26 Dec 97
  179. Implemented on           
  180. Reported by Nick Marc  
  181. Description - Right now I'm using it to reach out every few
  182.               hours and download new files.  What would make
  183.               it better for my work would be the ability to
  184.               somehow check and download only the newest files
  185.               uploaded since my last visit.
  186.  
  187. Update #19
  188. Bug
  189. Reported on 26 Dec 97
  190. Fixed on           
  191. Reported by Nick Marc  
  192. Description - When getting files from a ftp site in normal
  193.               mode the files are deleted from the remote
  194.               server.  Rather than delete the files I would
  195.               much prefer the option to delete or not.
  196. Comment - I agree.  Fixing this will be a high priority.
  197.