home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / xios222c.zip / ftpusers.aut < prev    next >
Text File  |  1998-01-18  |  974b  |  42 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|S|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. #   NOTE: do not modify this file except for testing.  When you re-install
  13. #   Xitami, this file may be replaced.  Instead, change the ftp:user-file
  14. #   option and copy this file.
  15. #
  16. #*END
  17.  
  18. [Admin]
  19.     Access=GSDMR
  20.     Password=-
  21.     Root=""
  22.  
  23. [Anonymous]
  24.     Access=G
  25.     Password=*
  26.     Root=pub
  27.  
  28. [Ftp]
  29.     Access=G
  30.     Password=*
  31.     Root=pub
  32.  
  33. [Guest]
  34.     Access=G
  35.     Password=""
  36.     Root=guest
  37.  
  38. [Upload]
  39.     Access=P
  40.     Password=upload
  41.     Root=upload
  42.