FTP restrict user access to a specific folder
- by Mahdi Ghiasi
I have created a FTP Site inside IIS 7.5 panel. Now I have access to whole site using administrator username and password.
Now, I want to let my friend access a specific folder of that FTP site. (for example, this path: \some\folder\accessible\)
I can't create a whole new FTP Site for this purpose, since it says the port is being used by another website.
How to create an account for my friend to have access to just an specific folder?
P.S: I have read about User Isolation feature of IIS 7.5, but I couldn't find how to create a user just for FTP and set it to a custom path.