Posted On March 31, 2019

Install Microsoft FTP on Windows 2008 R2

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Install Microsoft FTP on Windows 2008 R2
1. Install IIS without FTP
2. Download FTP
a. x64:
b. x86:
3. Create FTP root folder (i.e. G:\Cisco)
ICACLS “G:\Cisco” /Grant IUSR:R /T
4. Create FTP site
a. Create user account (i.e. cisco/Password007)
b. Server Manager >> Roles >> Web Server >> Internet Information Services >> Right-click {Server_Name}, select “Add FTP Website” option >> Follow the prompts (use basic authentication with specified account)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Use XrmToolBox for Microsoft Dynamics 365

The following is an illustration of the usage of this nice and free utility to…

Storage: Cohesity(tm) Basics

The intention of this posting is to critique a product known as Cohesity, a trademark…

PowerShell RandomPassword Function

function randomPassword{    # return a reasonably randomized password that starts with "KimConnect:" plus 25…