Finally set up authentication and authorization.
With Authentication , you can choose Anonymous or Basic authentication , or you can select both options. With Authorization , you can choose All Users, Anonymous users or Specific users .
Alternatively, you can access FTP Server Local by opening Explorer and entering ftp: // localhost in the address bar. Here you will see the downloaded folders.
If you use an FTP program, perform the same steps as above. Open the FTP Client software and enter localhost as the Host name and select Anonymous to login. After connecting you can see the folder.
Now proceed to find the data you want to share. On IIS, the default FPT site is located in C: Inetpubftproot . Here you can add data. However, if you want to select data in another location, you do not need to move inetpub .
On Windows 7 and higher versions, you can select any location you want through the Wizard. However, you can only select one folder. If you want to add multiple folders to the FTP site, you must add the virtual directory.
Next open the ftproot folder and add the files to that folder.
Refresh the FTP Client, you will see the added files.
To connect to another computer on Local Network, you must open the Windows Firewall to allow FTP connection to your computer. In other words, all other external computers will be blocked.
To do this, go to Start and select Control Panel and select Windows Firewall .
On the Windows Firewall interface, click the Advanced tab.
In the Network Connection Settings section, click all connections in the list of left pane, then click Settings . You can now open the available ports on your computer.
In the example below, the server is an FTP Server so we select the FTP Server .
Now a small popup window will appear on the screen. This popup window contains the settings you can change. Click OK to close this popup window.
On the Windows Firewall main window, click OK.
On Windows 7 and higher versions, the port opening process on the Firewall will be slightly different.
First open Windows Firewall from the Control Panel then click Advanced Settings in the left pane. Next select Inbound Rules and then scroll down to find the FTP Server option (FTP Traffic-In), right-click the option and select Enable Rule .
Next click on Outbound Rules and then scroll down to find the FTP Server (FTP Traffic-Out) option, right-click the option and select Enable Rule .
Now the Firewall will open to allow FTP connection. You can connect the FTP Site to another computer on the network.
However, before connecting, you need to get the IP address on your computer.
Go to Start , click Run, then enter CMD to open the Command Prompt window. On the Command Prompt window enter IPCONFIG and note the IP address of your computer.
On the FTP Client on another connected computer, enter the IP address you just noted above and connect Anonymously . Now you will see all the files on the local computer on the FTP client. Also you can go to Explorer and enter FTP: IP address to connect.
At this point the FTP site will work, you can add as many folders as you want. When users connect, they will connect to the path of a specific directory.
Go back to IIS, right-click the Default FTP Site and select New and then choose Virtual Directory .
On Windows 7, right-click on the Site name and select Add Virtual Directory.
When creating a virtual directory on IIS, you will basically create a directory alias on the internal hard drive. First you will be asked the directory name. You can set simple and understandable aliases, such as FreeMovies or WordDocs, for example .
Click Next and browse the path where you want to share the folder. If you want to share a lot of good movies, browse to the My video folder or folder containing the video file you want to share.
Click Next and select access options like Read or Read and Write . If you simply want to share files, check the box. If you want other users to upload files on your computer, choose Read and Write .
Click on Nex t then click Finish . You should now see a new virtual directory under the default FTP site.
On Windows 7 and higher versions, the process is simpler, users only need to perform the steps in a single dialog box as shown below:
You can connect to the FTP client you are using by typing in the Path "/ Test" or "/ NameOfFolder" field.
On Explorer, you can enter ftp: // IP address / alias name .
Now you can see the files in the alias folder you created.
You can create as many folders as you want. It is important to provide a public IP address to any user connected from outside or inside your network.
Finally, you need to set up Port Forwarding on the Router so that the local computer will be the FTP Server.
Good luck!