ftpaccess.heavy
上传用户:zibowangxu
上传日期:2007-01-04
资源大小:331k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. loginfails 2
  2. # HEY YOU!  Yeah, you with the editor.
  3. # change the following line, or delete it, OK?
  4. class   local   real,guest,anonymous *.domain 0.0.0.0
  5. class   remote  real,guest,anonymous *
  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. readme  README*    login
  10. readme  README*    cwd=*
  11. message /welcome.msg            login
  12. message .message                cwd=*
  13. compress        yes             local remote
  14. tar             yes             local remote
  15. # allow use of private file for SITE GROUP and SITE GPASS?
  16. private         yes
  17. # passwd-check  <none|trivial|rfc822>  [<enforce|warn>]
  18. passwd-check    rfc822  warn
  19. log commands real
  20. log transfers anonymous,real inbound,outbound
  21. shutdown /etc/shutmsg
  22. # all the following default to "yes" for everybody
  23. delete          no      guest,anonymous         # delete permission?
  24. overwrite       no      guest,anonymous         # overwrite permission?
  25. rename no guest,anonymous # rename permission?
  26. chmod           no      anonymous               # chmod permission?
  27. umask           no      anonymous               # umask permission?
  28. # specify the upload directory information
  29. upload  /var/ftp  *             no     nobody   nogroup 0000 nodirs
  30. upload  /var/ftp  /bin          no
  31. upload  /var/ftp  /etc          no
  32. upload  /var/ftp  /incoming     yes     root    daemon  0600 dirs
  33. # directory aliases...  [note, the ":" is not required]
  34. alias   inc:    /incoming
  35. # cdpath
  36. cdpath  /incoming
  37. cdpath  /pub
  38. cdpath  /
  39. # path-filter...
  40. path-filter  anonymous  /etc/pathmsg  ^[-A-Za-z0-9_.]*$  ^.  ^-
  41. path-filter  guest      /etc/pathmsg  ^[-A-Za-z0-9_.]*$  ^.  ^-
  42. # specify which group of users will be treated as "guests".
  43. guestgroup ftponly
  44. email user@hostname