home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / net / disk1 / base.tgz,fff / base / etc / ftpaccess < prev    next >
Encoding:
Text File  |  1996-03-18  |  1.7 KB  |  57 lines

  1. loginfails 2
  2.  
  3. class   local   real,guest,anonymous *.domain 0.0.0.0
  4. class   remote  real,guest,anonymous *
  5.  
  6. limit   local   20  Any                 /etc/msgs/msg.toomany
  7. limit   remote  100 SaSu|Any1800-0600   /etc/msgs/msg.toomany
  8. limit   remote  60  Any                 /etc/msgs/msg.toomany
  9.  
  10. readme  README*    login
  11. readme  README*    cwd=*
  12.  
  13. message /etc/msgs/welcome.msg   login
  14. message .message                cwd=*
  15.  
  16. compress        yes             local remote
  17. tar             yes             local remote
  18.  
  19. # allow use of private file for SITE GROUP and SITE GPASS?
  20. private         yes
  21.  
  22. # passwd-check  <none|trivial|rfc822>  [<enforce|warn>]
  23. passwd-check    rfc822  warn
  24.  
  25. log transfers anonymous,real inbound,outbound
  26. shutdown /etc/shutmsg
  27.  
  28. # all the following default to "yes" for everybody
  29. delete          no      guest,anonymous         # delete permission?
  30. overwrite       no      guest,anonymous         # overwrite permission?
  31. rename        no    guest,anonymous        # rename permission?
  32. chmod           no      anonymous               # chmod permission?
  33. umask           no      anonymous               # umask permission?
  34.  
  35. # specify the upload directory information
  36. upload  /home/ftp  *             no
  37. upload  /home/ftp  /incoming     yes     root    daemon  0600 dirs
  38. upload  /home/ftp  /bin          no
  39. upload  /home/ftp  /etc          no
  40.  
  41. # directory aliases...  [note, the ":" is not required]
  42. alias   inc:    /incoming
  43.  
  44. # cdpath
  45. cdpath  /incoming
  46. cdpath  /pub
  47. cdpath  /
  48.  
  49. # path-filter...
  50. path-filter  anonymous  /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
  51. path-filter  guest      /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
  52.  
  53. # specify which group of users will be treated as "guests".
  54. guestgroup ftponly
  55.  
  56. email ftpmaster@arm.ecs.soton.ac.uk
  57.