ozgurerdogan
Verified User
- Joined
- Apr 20, 2008
- Messages
- 343
For only one user, I need to remove delete permission. So user can only download , upload file bot must not delete any file or folders.
How can I do that?
How can I do that?
<Limit CWD PWD DIRS READ>
AllowUser user_name_here
</Limit>
<Limit ALL>
DenyUser user_name_here
</Limit>
chattr +i .ftpaccess
I haven't read ProFTPd documentation in a long time; have you tried to see if the .ftpaccess file is protected from viewing/changing by FTP?
Jeff
PathDenyFilter "\\.ftpaccess$"
<Global>
</Global>