home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rftp.zip / Readme < prev    next >
Text File  |  1995-08-15  |  2KB  |  48 lines

  1. `rftp' is a REXX program to perform FTP file transfers between your PC and a 
  2. remote host.
  3.  
  4. This REXX program requires the REXX File Transfer Protocol (FTP) Application 
  5. Program Interface (API) package supplied with IBM TCP/IP Version 2.0 for OS/2 
  6. and OS/2 Warp Connect.
  7.  
  8. There is no installation program.  To install, copy the file rftp.cmd to a 
  9. directory in your path.  Place the documentation files wherever you see fit.
  10.  
  11. Contents of this distribution:
  12.  
  13.      COPYING      GNU General Public License.
  14.      Readme       You're reading it.
  15.      rftp.cmd     rftp REXX program.
  16.      rftp.1       Documentation (as it is) for the rftp command.
  17.      getopt.3r    Documentation for the getopt subroutine (used in rftp).
  18.      init_get.3r  Documentation for the init_getopt subroutine (used by 
  19.                   getopt).
  20.  
  21. Mail suggestions and bug reports for rftp to 
  22.  
  23.     Compuserve:    74603,621
  24.     Internet:    74603.621@compuserve.com
  25.     US Mail:    Rod Buchanan
  26.                 2816 Stagecoach Circle
  27.                 Grand Island, NE  68801
  28.  
  29. Copyright (c) 1994-95 Lawrence R Buchanan.  ALL RIGHTS RESERVED.
  30.  
  31. This program is free software; you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation; either version 2, or (at your option)
  34. any later version.
  35.  
  36. This program is distributed in the hope that it will be useful,
  37. but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  39. GNU General Public License for more details.
  40.  
  41. The only requirement is that if you use the getopt/init_getopt option parsing 
  42. subroutines in code that you distribute, that you also include the copyright 
  43. messages that appear in the headers of those subroutines.
  44.  
  45. You should have received a copy of the GNU General Public License along with 
  46. this program; if not, write to the Free Software Foundation, Inc., 675 Mass 
  47. Ave, Cambridge, MA 02139, USA.
  48.