i need to implement an FTP server that can do the following:
1) when you create a user, it creates a folder with their name and allows them only access to that folder. they cannot see anything else.
2) when you delete a user, it removes their user login and deletes the folder and its contents
anyone know something that can do this? preferably unix based
1) when you create a user, it creates a folder with their name and allows them only access to that folder. they cannot see anything else.
2) when you delete a user, it removes their user login and deletes the folder and its contents
anyone know something that can do this? preferably unix based