Create a ftp user in windows
1. To get the details of the user in the server and also to add users
you can use the command 'lusrmgr.msc'
start>> run>> lusrmgr.msc
While running this command you will get the list of users in the server.
In order to create a new user, right click on 'users' >> 'New user' and
to change the properties of the existing user, right click on the
required user and select the 'Properties'.
2. Access IIS. This can be done using the command 'inetmgr'
start>> run>> inetmgr
In IIS select the corresponding domain inside the 'FTP sites' option and
create a sub-directory with the name of the ftp user inside that domain.
The document root of the domain is set on domain basis and all the users
that come under that domain have their document root same. The document
root can be set by 'right click on the domain'>> 'Properties' >>'home
directory' >> 'local path'.
Thank you.
Comments
Post a Comment