home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / ftpd18 / ftpd.cfg next >
Encoding:
Text File  |  1993-02-26  |  1.0 KB  |  44 lines

  1. #
  2. # Sample FTPD.CFG file for FTPD.NLM   
  3. #
  4.  
  5. Connections 20                    # Maximum connections
  6.  
  7. #
  8. #   Community campus
  9. #
  10. community campus
  11.     Address        *.felk.cvut.cs        # Address selector
  12.     Deny        */supervisor        # Disallow supervisor account
  13.                         #  on all servers
  14.     Allow        servera/*        # All Users on servera
  15.     Allow        serverb/stud*        # All Students account 
  16.                         #  on serverb
  17.     ConnectTime    0            # No time restriction
  18.     IdleTime    10            # 10 min Idle time
  19.     LogLevel    0            # No logs
  20. #
  21. #    Parameters for default community    
  22. #
  23. community default
  24.     Deny        */supervisor        # Disallow supervisor account
  25.     Allow        */*            # Allow all other
  26.  
  27.     ConnectTime     0
  28.     IdleTime     10
  29.     LogFile     sys:system/ftpdlog/default.log
  30.     LogLevel    2
  31.     CommentsFile    readme.ftp
  32.     LogoFile    sys:public/ftpdlogo.txt
  33.     ReadOnly                # Read Only Access
  34. #
  35. #    Parameters for anonymous community
  36. #
  37. community anonymous
  38.     ConnectTime    0
  39.     IdleTime    10
  40.     LogFile        sys:system/ftpdlog/anonym.log
  41.     LogLevel    4            # Log all files activity
  42.     CommentsFile    readme.ftp        # Comments file
  43.     LogoFile    appl:pub/ftpdlogo.txt   # Logo File
  44.