home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / internet / layout / xitami.exe / ftpusers.aut < prev    next >
Encoding:
Text File  |  1998-03-21  |  1.2 KB  |  46 lines

  1. #
  2. #   ftpusers.aut - FTP users file for XITAMI
  3. #
  4. #   Each section [Xxxx] defines a user who can connect to the FTP service.
  5. #   The user name is not case sensitive.  Possible options for a user are:
  6. #
  7. #   access=(G|P|D|M|R)+         Access rights, get/put/delete/mkdir/rmdir
  8. #   password=(-|*|""|text)      * = anonymous; - = disabled; "" = none
  9. #   root=directory              With leading '/' is absolute path; "" is
  10. #                               main ftproot directory.
  11. #
  12. #   aliases=1                   Has access to aliases?  By default 1 if
  13. #                               root="", else defaults to 0.  Note: this
  14. #                               command is not currently implemented.
  15. #
  16. #   NOTE: do not modify this file except for testing.  When you re-install
  17. #   Xitami, this file may be replaced.  Instead, change the ftp:user-file
  18. #   option and copy this file.
  19. #
  20. #*END
  21.  
  22. [Admin]
  23.     Access=GPDMR
  24.     Password=-
  25.     Root=""
  26.  
  27. [Anonymous]
  28.     Access=G
  29.     Password=*
  30.     Root=pub
  31.  
  32. [Ftp]
  33.     Access=G
  34.     Password=*
  35.     Root=pub
  36.  
  37. [Guest]
  38.     Access=G
  39.     Password=""
  40.     Root=guest
  41.  
  42. [Upload]
  43.     Access=P
  44.     Password=upload
  45.     Root=upload
  46.