We have a use case where we would want to have two subdirectories under the 
user home directory incoming and outgoing.  Each of them would have a 
hierarchical path.

However, we want:

User have read-only permissions for the outgoing directory and its children.
User have read-write permissions for the incoming directory and its children.
Users cannot change the structure of the directories ( I think we can achieve 
that by disabling MKDIR and RMD).
Users cannot delete a file ( we can achieve that by disabling DELE command).

However I do not see a way how to apply different permissions to different 
folders either through configuration or through extending the API source code 
yet.

Is this possible at all? Has anybody attempted to do this?




We also have a use case that basically requires that we lock an account after 
several failed logins. I did not see a mechanism for account locking and 
unlocking when this happens?

Am I missing something?


Genti

Reply via email to