|
|
<Anonymous /var/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
<Directory /var/ftp/uploads>
AllowOverwrite on
<Limit DELE RMD RETR RTFR RNTO>
Deny all
</Limit>
<Limit CWD MKD STOR READ WRITE SITE_CHMOD>
Allow all
</Limit>
</Directory>
</Anonymous>
我为什么不能实现匿名上载? |
|