`rftp' is a REXX program to perform FTP file transfers between your PC and a 
remote host.

This REXX program requires the REXX File Transfer Protocol (FTP) Application 
Program Interface (API) package supplied with IBM TCP/IP Version 2.0 for OS/2 
and OS/2 Warp Connect.

There is no installation program.  To install, copy the file rftp.cmd to a 
directory in your path.  Place the documentation files wherever you see fit.

Contents of this distribution:

     COPYING      GNU General Public License.
     Readme       You're reading it.
     rftp.cmd     rftp REXX program.
     rftp.1       Documentation (as it is) for the rftp command.
     getopt.3r    Documentation for the getopt subroutine (used in rftp).
     init_get.3r  Documentation for the init_getopt subroutine (used by 
                  getopt).

Mail suggestions and bug reports for rftp to 

    Compuserve:	74603,621
    Internet:	74603.621@compuserve.com
    US Mail:    Rod Buchanan
                2816 Stagecoach Circle
                Grand Island, NE  68801

Copyright (c) 1994-95 Lawrence R Buchanan.  ALL RIGHTS RESERVED.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

The only requirement is that if you use the getopt/init_getopt option parsing 
subroutines in code that you distribute, that you also include the copyright 
messages that appear in the headers of those subroutines.

You should have received a copy of the GNU General Public License along with 
this program; if not, write to the Free Software Foundation, Inc., 675 Mass 
Ave, Cambridge, MA 02139, USA.
