Administrative Tools | Computer Management
and expand Internet Information Services.
Right click Internet Information Services to create a new FTP.
Add/Remove Programs
and click on Add/Remove Windows Components
. Explore details for
Internet Information Services (IIS)
and ensure that File Transfer Protocol (FTP) Server
is checked.
If not, have it installed.
FTP requires a query-user and password to access the Active Directory server. When an FTP user needs to be authenticated, the FTP server will use the query-user account to connect to the Active Directory, then it can authenticate the FTP user.
FTP also requires the domain name of the users it will be serving.
Each FTP user will have her own root and user folder, and she cannot detect the presence of other users' folders. The FTP user's root and user folder information is stored in the Active Directory server. The Active Directory server will have to be informed about these two parameters.
ftp.pox.com
ad.pox.com
admin
.
jiajia@pox.com
jiajia
on ftp.pox.com
is c:\ftproot
jiajia
on ftp.pox.com
is c:\ftproot\jiajia
iisftp /s ad.pox.com /u admin /p password /setadprop jiajia FTPRoot c:\ftprootand
iisftp /s ad.pox.com /u admin /p password /setadprop jiajia FTPDir \jiajiaThe user
jiajia
should be able to use the FTP server now.