home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / wustl-ftpdaemon / doc / examples / ftpaccess next >
Encoding:
Text File  |  1994-06-29  |  1.6 KB  |  48 lines

  1. loginfails 2
  2.  
  3. class   local   real,guest,anonymous *.uni-mb.si 0.0.0.0
  4. class   remote  real,guest,anonymous *
  5.  
  6. limit   local   2   Any                 AmiTCP:db/limit.msg
  7. limit   remote  4   SaSu|Any1800-0600   AmiTCP:db/limit.msg
  8. limit   remote  2   Any                 AmiTCP:db/limit.msg
  9.  
  10. banner  AmiTCP:db/welcome.msg
  11.  
  12. readme  README     login
  13. readme  README     cwd=*
  14.  
  15. message welcome.msg             login
  16. message .message                cwd=*
  17.  
  18. compress        yes             local remote
  19. tar             yes             local remote
  20.  
  21. # allow use of private file for SITE GROUP and SITE GPASS?
  22. private         yes
  23.  
  24. # passwd-check  <none|trivial|rfc822>  [<enforce|warn>]
  25. #passwd-check    rfc822  warn
  26. passwd-check    none
  27.  
  28. log commands real
  29. log transfers anonymous,real inbound,outbound
  30. shutdown AmiTCP:db/shutdown.msg
  31.  
  32. # all the following default to "yes" for everybody
  33. #delete          no      guest,anonymous         # delete permission?
  34. #overwrite       no      guest,anonymous         # overwrite permission?
  35. #rename          no      guest,anonymous         # rename permission?
  36. #chmod           no      anonymous               # chmod permission?
  37. #umask           no      anonymous               # umask permission?
  38.  
  39. # specify the upload directory information
  40. #upload  Work:Archive Work:Archive/*            no
  41. #upload  Work:Archive Work:Archive/incoming     yes     ftp    daemon  0666 nodirs
  42.  
  43. # path-filter...
  44. path-filter  anonymous  AmiTCP:db/path.msg  ^[-B-Za-z0-9_\.]*$  ^\.  ^-
  45. path-filter  guest      AmiTCP:db/path.msg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
  46.  
  47. email blaz.zupan@uni-mb.si
  48.