home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / xios222c.zip / ftpdirs.aut next >
Text File  |  1997-11-28  |  930b  |  29 lines

  1. #
  2. #   Directory-level control of FTP access.  The definitions in this file
  3. #   override any access rights defined in the ftpusers.aut file.  Each
  4. #   entry defines access rights for uses in a directory.  Definitions for
  5. #   a directory cover all subdirectories unless these are specified also.
  6. #
  7. #   The directory name may be specified with or without a leading slash.
  8. #   Directory names are not case sensitive, and hyphens and underlines are
  9. #   treated as the same character in directory names.
  10. #
  11. #   Eg. [pub/upload]   
  12. #           anonymous=P             #  Upload files but not download
  13. #       [pub]          
  14. #           anonymous=GP            #  Upload and download
  15. #
  16. #   Access right codes (order and case is not important):
  17. #      G = get file
  18. #      P = put file
  19. #      D = delete file
  20. #      M = make new directory
  21. #      R = remove directory
  22. #*END
  23.  
  24. [/]
  25.     Admin=*
  26.  
  27. [Upload]
  28.     Guest=S
  29.