home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / internet / layout / xitami.exe / ftpdirs.aut < prev    next >
Encoding:
Text File  |  1998-03-21  |  1.0 KB  |  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 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. #*END
  26.  
  27. []
  28.     Admin=*
  29.