ftpaccess.heavy

来自「wu-ftpd类unix下的ftp服务器,可用于嵌入式系统」· HEAVY 代码 · 共 60 行

HEAVY
60
字号
loginfails 2# HEY YOU!  Yeah, you with the editor.# change the following line, or delete it, OK?class   local   real,guest,anonymous *.domain 0.0.0.0class   remote  real,guest,anonymous *limit   local   20  Any                 /etc/msgs/msg.toomanylimit   remote  100 SaSu|Any1800-0600   /etc/msgs/msg.toomanylimit   remote  60  Any                 /etc/msgs/msg.toomanyreadme  README*    loginreadme  README*    cwd=*message /welcome.msg            loginmessage .message                cwd=*compress        yes             local remotetar             yes             local remote# allow use of private file for SITE GROUP and SITE GPASS?private         yes# passwd-check  <none|trivial|rfc822>  [<enforce|warn>]passwd-check    rfc822  warnlog commands reallog transfers anonymous,real inbound,outboundshutdown /etc/shutmsg# all the following default to "yes" for everybodydelete          no      guest,anonymous         # delete permission?overwrite       no      guest,anonymous         # overwrite permission?rename			no		guest,anonymous			# rename permission?chmod           no      anonymous               # chmod permission?umask           no      anonymous               # umask permission?# specify the upload directory informationupload  /var/ftp  *             no     nobody   nogroup 0000 nodirsupload  /var/ftp  /bin          noupload  /var/ftp  /etc          noupload  /var/ftp  /incoming     yes     root    daemon  0600 dirs# directory aliases...  [note, the ":" is not required]alias   inc:    /incoming# cdpathcdpath  /incomingcdpath  /pubcdpath  /# path-filter...path-filter  anonymous  /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-path-filter  guest      /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-# specify which group of users will be treated as "guests".guestgroup ftponlyemail user@hostname

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?