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

  1.  
  2. rftp(1)                                                                 rftp(1)
  3. ───────────────────────────────────────────────────────────────────────────────
  4.  
  5. NAME
  6.      rftp --- Command-line FTP using REXX rxftp.dll
  7.  
  8. SYNOPSIS
  9.      rftp -h host [-l uid] [-p passwd] -G|-P [-a|-b] [-HvV] l_file r_file
  10.  
  11. DESCRIPTION
  12.      The rftp command allows you to transfer a file between your PC and a 
  13.      foreign host.
  14.  
  15.      This REXX program requires the REXX File Transfer Protocol (FTP) 
  16.      Application Program Interface (API) package supplied with IBM TCP/IP 
  17.      Version 2.0 for OS/2 and OS/2 Warp Connect.
  18.  
  19. OPTIONS
  20.      -h host
  21.           Specifies the foreign host to which you are connecting
  22.      -l uid
  23.           User ID specifies the name associated with you by the foreign
  24.           host to which you are establishing a connection.  If not 
  25.           specified, rftp will check the environment for the presence of 
  26.           the variable USER, and if found use the value assigned to it.
  27.      -p passwd
  28.           Password specifies your unique password, which is associated 
  29.           with your user ID by the foreign host to which you are 
  30.           establishing a connection.  If not specified, rftp will check 
  31.           the environment for the presence of the variable THE_WORD, and 
  32.           if found use the value assigned to it.
  33.      -G   Get (receive) a file from the remote system
  34.      -P   Put (send) a file to the remote system
  35.      -H   Display help text and exit.  No other actions are taken.
  36.      -a   Sets the file transfer type to ASCII
  37.      -b   Sets the file transfer type to binary (default)
  38.      -v   Display version of RxFTP DLL and exit.  No other actions are 
  39.           taken.
  40.      -V   Operate in verbose mode
  41.      l_file
  42.           The name of the file on the local PC
  43.      r_file
  44.           The name of the file on the foreign host
  45.  
  46. PROGRAM AUTHOR
  47.      Lawrence R. "Rod" Buchanan
  48.  
  49. COPYRIGHT
  50.      Copyright (c) 1994-95 Lawrence R Buchanan.  ALL RIGHTS RESERVED.
  51.  
  52.      This program is free software; you can redistribute it and/or modify
  53.      it under the terms of the GNU General Public License as published by
  54.      the Free Software Foundation; either version 2, or (at your option)
  55.      any later version.
  56.  
  57.      This program is distributed in the hope that it will be useful,
  58.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  59.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  60.      GNU General Public License for more details.
  61.  
  62.      You should have received a copy of the GNU General Public License
  63.      along with this program; if not, write to the Free Software
  64.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  65.