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 Command Line to Configure iDrac Settings

Step 1: Install RacADM $computerlist=@' SERVER1 SERVER2 '@ $computernames=@($computerlist -split "`n")|%{$_.Trim()} $fileURL="https://dl.dell.com/FOLDER08543783M/1/DellEMC-iDRACTools-Web-WINX64-10.3.0.0-4945.exe" $expectedExecutable='racadm.exe' $expectedInstallPath='C:\Program Files\Dell\SysMgt\iDRACTools\racadm'…

Exchange Email Sending Status code: 550 5.7.133

Error Message: The group <group name> only accepts messages from people in its organization or…

How To Fix Windows Corrupted Profile

Error messages: - We can't sign into your account. This problem can often be fixed…