🌐 CYBEREDU • LAB 62

Creating Do not Isolate user FTP Site
Step by Step

To host ftp site using IIS

Prerequisites

  • Before working on this lab, You must have
  • A computer running windows server 2022 Domain Controller.
  • A Member Server running windows server 2022 or Client Running Windows 10.

Network Topology

Lab 62 Topology

Step-by-Step Instructions

Step 1

Open any drive and create a folder (Ex: FTP Dir) à Open the folder and create some files Ex: 1.txt, 2.txt, 3.txt, 4.txt.

Step 1 Screenshot

Step 2

Go to Start, select Internet Information Services (IIS) Manager.

Step 2 Screenshot

Step 3

In the left pane of the Internet Information Services dialog box à Expand the server à Right click on Sites and select ADD FTP Site

Step 3 Screenshot

Step 4

In Site Information screen, enter the FTP site name, and enter the path to the home folder (Content Directory) you want to assign to this FTP site. This can be either a local path or a UNC path of the shared folder à you can browse for this folder if you need to à click Next.

Step 4 Screenshot

Step 5

In the Bindings and SSL Settings dialog box select the IP address and port no. and select “NO SSL”.

Step 5 Screenshot

Step 6

In Authentication and Authorization Information dialog box, Check the box for Anonymous and Basic, Select All Users, Check the box for Read and Write à click Finish.

Step 6 Screenshot

Step 1

Go to any Computer 2 à Open Internet Explorer and type ftp://ftp_ip_address and Press Enter. Ex: ftp://10.0.0.1

Step 1 Screenshot

Verification

  • Accessing the FTP site from the Client systems