home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bftp1wb.zip / BFTP.DOC next >
Text File  |  1994-06-05  |  7KB  |  154 lines

  1. /****************************************************************************/
  2.  
  3. BlackRose FTP Version 1.0 wide beta
  4. (c) Copyright 1994, by Stephen F Townsend, All rights reserved
  5. Created May 21, 1994
  6.  
  7.  
  8. Documentation prepared by Stephen F Townsend.
  9. Acknowledgements: Lynne Craig, and Colin Longman
  10.  
  11. /****************************************************************************/
  12.  
  13. License: (c) Copyright 1994 by Stephen F Townsend. All rights reserved.
  14.          COMMERICAL DISTRIBUTION AND/OR USE IS PROHIBITED WITHOUT WRITTEN
  15.          CONSENT FROM THE AUTHOR.
  16.  
  17. Noncommerical distribution and/or use is permitted under the following terms:
  18.  
  19. 1. You may copy and distribute verbatim copies of the BlackRose FTP executable,
  20.    and documentation as you recieve it. You may not charge any fee for this
  21.    distribution other than that which will cover the cost of the transfer.
  22.  
  23. 2. BlackRose FTP is not guarenteed to work, or occupy space on the host system,
  24.    medium, or storage device. The author Stephen F Townsend or anyone mentioned
  25.    does not take any responsibility for damaged that is or might be caused by
  26.    the use or lack of use of BlackRose FTP. The use of this software is only
  27.    permitted as governed by this license. Use not governed by this licence is
  28.    prohibitied.
  29.  
  30. 3. You may not incorporate BlackRose FTP into any other program, application,
  31.    package,  or modified version in whole or part without the expressed
  32.    permission of the author in writting.
  33.  
  34. 4. You may not copy, sublicense, distribute or transfer BlackRose FTP and its
  35.    associated documentation expect as expressly provided under this licence.
  36.    Any attempt otherwise to copy, sublicence, distribute or transfer BlackRose
  37.    FTP is void and your rights to use the program under this aggreement shall
  38.    be terminated.
  39.  
  40. 5. The priviledges granted by this licence are for noncommerical users only.
  41.    Commerical users must contact the author and receive written permission
  42.    expressing their right to possess BlackRose FTP in whole or part. Otherwise
  43.    commerical users are not licenced to use or distribute this software without
  44.    the expressedly written consent of the author.
  45.  
  46. 6. The author of this software does not guarentee any support, future versions,
  47.    and there is definately NO WARRANTY.
  48.  
  49. 7. The report of any problems, suggestions or contact of any form regarding
  50.    BlackRose FTP or its associated documentation may or may not be
  51.    acknowledged in any way or form as is subjected to the consideration of
  52.    Stepehen F Townsend.
  53.  
  54. 8. This licence may be revoked at anytime by Stephen F Townsend without prior
  55.    warning.
  56.  
  57. NO WARRANTY:
  58.  
  59. BlackRose FTP IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
  60. EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITTNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF BlackRose FTP, AND THE ACCURACY OF ITS ASSOCIATED DOCUMENTATION IS WITH YOU. SHOULD BlackRose FTP OR ITS ASSOCIATED DOCUMENTATION PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  61.  
  62. IN NO WAY WILL STEPHEN F TOWNSEND BE HELD RESPONSIBLE FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE BLackRose FTP, EVEN IF STEPHEN F TOWNSEND HAS BEEN ADVISED OF THE POSSIBLITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  63.  
  64. /****************************************************************************/
  65.  
  66. "When the shit hits the fan do not come crying to me!"
  67.                                  -Unknown
  68.  
  69. /****************************************************************************/
  70. Introduction
  71.  
  72.    BlackRose FTP is supposed to be a mulithtreaded PM FTP client that requires
  73.    RxSock.DLL, RxFTP.DLL, VROBJ.DLL, and TCPIP.
  74.  
  75.    It has been tested with:
  76.          -OS/2 v2.1 MR1
  77.          -RxSock.DLL 
  78.          -RxFTP.DLL v0.9
  79.          -VROBJ.DLL v2.0a
  80.          -TCP/IP v2.x plus CSD
  81. /****************************************************************************/
  82. History:
  83.  
  84. version 1.0 wb
  85.   -minor changes to INI storage
  86.  
  87. version 0.8 cb
  88.    -It will allow you to view/get files through single or multiple selection.
  89.    -Viewed file will be spawned to a separate thread
  90.    -notebook settings to create a "database of frequented sites"
  91.    -list boxes for directories and files of frequented site
  92.    -drop down list boxes for easy site and local directory selection
  93.    -binary/ascii selection through a check box
  94.    -auto-anonymous for "newly frequented sites"
  95.    -anonymous check box for default settings in notebook
  96.    -connect and disconnect buttons
  97.  
  98. Known BUGS and/or Limitations:
  99.    -put has been disable for this release
  100.    -double clicking dir makes directory retrieval occur twice from list box
  101.    -disk activity is higher than need be
  102.    -total bytes report is dependent on info received from site
  103.    -hint line can not be disabled
  104.    -if site is not available there is a long wait period before control is
  105.     returned
  106.    -console window pops up for unknown reason
  107.    -Viewer does not reset to beginning of viewed file
  108.  
  109. /****************************************************************************/
  110. Future Versions:
  111.    -resizable windows
  112.    -multithread connect/data retrieval to terminate mistakes
  113.    -on-line help <G>
  114.    -incorporation of NETRC file
  115.    -automatic retrieval of index files for specfic sites
  116.    -ability to change default settings
  117.    -enabled put button
  118.    -list box and entry field for files listings
  119.    -drag and drop for transfer of files to and from frequented site
  120.    -commandline parameters for host user and password
  121.    -opening folder for local directory selected
  122.    -deselection of files after transfer is completed
  123.    -worly (bytes received) to indicate processing is occuring
  124.    -alias listing for frequented sites
  125.  
  126. /****************************************************************************/
  127. Usage:
  128.    Well folks if you can not figure this app out then Best of luck using
  129.    TCP/IP.
  130.  
  131. /****************************************************************************/
  132. Hint:
  133.    -Left Button and right button are implemented.
  134.    -click button one on BlackRose Symbol
  135.  
  136. /****************************************************************************/
  137. Registration:
  138.    There is no cost for this present version of BlackRose FTP for noncommerical
  139.    user. There may be a charge for future versions.
  140.  
  141.  
  142. /****************************************************************************/
  143. Problems, and suggestions:
  144.  
  145.                         Author: Stephen F Townsend
  146.                                 330 -440 Needham Street
  147.                                 Fredericton, New Brunswick
  148.                                 Canada, E3B 1P1
  149.  
  150.                            BBS: The BlackRose Society, (506) 454-3752
  151.                       InterNet: l1rc@unb.ca <preferred method of contact>
  152.                        FidoNet: 1:255/108 or 1:255/108.3
  153. /****************************************************************************/
  154.