I have to set up a FTP server so that different people can log in to the server using a username and a password.
Also, each user
- Should have their own directories
- Other user's directories should be inaccessible to them
- Users should have the capability to upload, download and delete content in their directory using something like FileZilla
Also, the Admin should be able to download/remove any file from any of the user's directories.
How do I make this possible? I have zero idea about FTP and such, so please take that into consideration as well as you solve my problem. Thanks in advance :)
Update: Also idea on obtaining a free ftp address? Is it possible to use dyndns.com to track the dynamic IP on this computer with port-forwarding to create a ftp address?
Update 2: Do I need to set up an Apache server on the local machine that I install FileZilla as well? If so how do I go about it?