home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / wustl-ftpdaemon / doc / ftpconversions.man < prev    next >
Encoding:
Text File  |  1994-06-29  |  997 b   |  36 lines

  1.                                                             ftpconversions(5)
  2.  
  3.  
  4.  
  5.    Name
  6.      ftpconversions - ftpd conversions database
  7.  
  8.    Description
  9.      The conversions known by ftpd(1) and their attributes are stored in an
  10.      ASCII file that is structured as below.  Each line in the file provides
  11.      a description for a single conversion.  Fields are separated by colons
  12.      (:).
  13.  
  14.          %s:%s:%s:%s:%s:%s:%s:%s
  15.           1  2  3  4  5  6  7  8
  16.  
  17.          Field          Description
  18.            1             strip prefix
  19.            2             strip postfix
  20.            3             addon prefix
  21.            4             addon postfix
  22.            5             external command
  23.            6             types
  24.            7             options
  25.            8             description
  26.  
  27.    Known Problems
  28.      The conversions mechanism does not currently support the strip prefix
  29.      and addon prefix fields.
  30.  
  31.    Files
  32.      AmiTCP:db/ftpconversions
  33.  
  34.    See Also
  35.      ftpd(1), ftpaccess(5)
  36.