slam_head Guru


Joined: 06 Jan 2003 Posts: 449 Location: New York City
|
Posted: Fri Apr 23, 2004 3:40 pm Post subject: Proftpd upload and hidden files |
|
|
I want to have anonymous upload availble but i want to stop people from leave hidden files that start with either a space or a dot. Any ideas? Here's my upload directive:
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
<Directory upload/*>
<Limit WRITE>
AllowALL
</Limit>
</Directory> |
|