home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bos224d6.zip / ftpdirs.aut < prev    next >
Text File  |  1998-08-04  |  1KB  |  37 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 must be specified without a leading slash, unless
  8. #   you really want to refer to an absolute directory name.   The ftproot
  9. #   is [], not [/] (yes, this has changed from earlier releases).
  10. #
  11. #   Directory names are not case sensitive, and hyphens and underlines are
  12. #   treated as the same character in directory names.
  13. #
  14. #   Eg. [pub/upload]
  15. #           anonymous=P             #  Upload files but not download
  16. #       [pub]
  17. #           anonymous=GP            #  Upload and download
  18. #
  19. #   Access right codes (order and case is not important):
  20. #      G = get file
  21. #      P = put file
  22. #      D = delete file
  23. #      M = make new directory
  24. #      R = remove directory
  25. #
  26. #   To protect an alias, specify the full path from the ftproot.  E.g. for
  27. #   an alias 'cdrom' for a user 'mandy' who's root directory is 'pub/mandy'
  28. #   protect the url [pub/mandy/cdrom].
  29. #
  30. #   [pub/mandy/cdrom]
  31. #       mandy=G         #   Read access
  32. #
  33. #*END
  34.  
  35. []
  36.     Admin=*
  37.