# What is User isolation?
Simple to introduce you, isolate the user is, on the server to the client users to create a landing user, and to each user to create a directory of their own files, users can access only access to their own file directory, no access to other people's Directory
# operation Steps
# First is to install the IIS service, which integrates the FTP service inside the service
First step: Open Server Manager, click Add Roles and features as shown in
Always next until the IIS Manager is hooked up, the FTP is selected to be hooked, and the next step, until finished, is now done, as shown in:
# Next, in addition to the C drive, create an FTP file directory, and create a localuser to the inside, to the LocalUser directory to create the user needs to access the folder directory, as shown, the public file directory belonging to anonymous users can access
Sites that need to be visited
Create a LocalUser directory for the FTP directory and create a home directory for the user to access under the LocalUser directory, as shown in
The next step on the server to create a user Lili,lihong home directory, access to the time can be used to log into their home directory Lili,lihong, not to the other people's home directory, you can not see other people's home directory
#这个用户我已经提前创建好了 as shown in the following:
# Next, publish the FTP site
# Publish the site on the server,
The first step: Add an FTP site to the site on the left, as shown in
Step Two:
Step Three
# Next Select FTP isolated user on the server
Next, open the FTP user quarantine on the quarantined user
Validation and testing:
On the client input: ftp://192.168.177.20, as shown in, the login screen appears, you can enter the user just created on the server, I just created the Lili, and Lihong,
# After entering the password is: as shown
# as shown, Lili into its own user
# try to log in again with Lihong
#在ftp身份验证哪里开启以匿名身份验证, anonymous authentication is not to enter the password, direct access, its file directory is public, are under LocalUser, such as:,
The following validation and testing: try to log on as an anonymous user, as shown in: It does not enter any password, directly into the anonymous directory
# Each user will be able to upload and delete files in their home directory.
# Summarize the user isolated FTP, Ken Common FTP difference is that the user isolated FTP can only enter their own home directory, and ordinary FTP as long as the log in, you can see all the user directory, if accidentally delete a, the data is all gone, can actually set permissions, personal feeling, This user quarantined FTP is good
Setup of user isolation for Windows Server FTP server