How to create a ftp user in windows


To create a ftp user in your windows server, you need to follow the steps mentioned below:

1. To add users and also to get the details of the user in the server, 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'.

The FTP user is created now. :-)

Thank you.

Comments

Popular posts from this blog

SVN: File remains in conflict

HowTo: Enable extended logging for exim

12 tweakings for WHM/cPanel to speed up WordPress