

- #CREATING A WINDOWS FILEZILLA SERVER SETUP INSTALL#
- #CREATING A WINDOWS FILEZILLA SERVER SETUP SERIES#
- #CREATING A WINDOWS FILEZILLA SERVER SETUP DOWNLOAD#

#CREATING A WINDOWS FILEZILLA SERVER SETUP INSTALL#
In this first step, you install the IIS 7 management service. Step 1: Install the IIS Management Service The IIS 7 Management Service must be installed in order to use IIS 7 Manager Authentication with FTP, but the service does not need to be started. Type the following command: ICACLS "%SystemDrive%\inetpub\ftproot" /Grant "Network Service":M /T Set the permissions to allow access for the COM process that handles authentication extensibility: ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\nfig" /Grant "Network Service":RĬreate a folder at %SystemDrive%\inetpub\ftproot. ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\nfig" /Grant "Network Service":R Type the following command: ICACLS "%SystemDrive%\Windows\System32\inetsrv\config" /Grant "Network Service":R /T To grant the "Network Service" account "read" permissions to the IIS "config" folder: The "Network Service" account is used by the COM process that handles authentication extensibility therefore, you must grant the account specific permissions to certain folders to enable this form of authentication.
#CREATING A WINDOWS FILEZILLA SERVER SETUP DOWNLOAD#
If you are using Windows Server 2008 you can download and install the FTP service from the web site using one of the following links: If you are using Windows Server 2008 R2, the new FTP service is installed as feature of the IIS role in Server Manager. IIS 7 must be installed on your that is running Windows Server 2008 or Windows Server 2008 R2, and the Internet Information Services Manager must be installed. You must install the following items to complete the procedures in this article: If you prefer to use a separate user account instead of an IIS 7 Manager account, create the appropriate folders and set the correct permissions for that user account when necessary. These steps should only be followed on the server itself using the loopback address or over SSL from a remote server.
#CREATING A WINDOWS FILEZILLA SERVER SETUP SERIES#
This walkthrough contains a series of steps in which you log in to your FTP site using an IIS Manager account.
