0% found this document useful (0 votes)
194 views18 pages

How To Set Up and Manage An FTP Server On Windows 10 Windows Central

The document provides instructions for setting up and managing an FTP server on Windows 10. It describes how to install the FTP server component, configure an FTP site, allow the server through the Windows firewall, configure a router to allow external connections, and access the server from other devices. It also explains how to upload files to the server and create multiple user accounts with different permissions.

Uploaded by

vivek sahani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
194 views18 pages

How To Set Up and Manage An FTP Server On Windows 10 Windows Central

The document provides instructions for setting up and managing an FTP server on Windows 10. It describes how to install the FTP server component, configure an FTP site, allow the server through the Windows firewall, configure a router to allow external connections, and access the server from other devices. It also explains how to upload files to the server and create multiple user accounts with different permissions.

Uploaded by

vivek sahani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Optimized just now View original

https://m.windowscentral.com/how-set-and-manage-ftp-server-windows-10

Menu

Order the new Microsoft Surface Go, starting at $399.99!

PRIVATE CLOUD

How to set up and manage an FTP server on Windows 10


If you want to create your own private cloud and be able to share and transfer large files without restrictions,
then build your own FTP server on Windows 10.

MAURO HUCULAK 25 Mar 2016


34

B uilding your own FTP (File Transfer Protocol) server can be one of the easiest and
most convenient solutions to transfer file through a private or public network without
limitations and restrictions typically found with most cloud storage services.

There are also many benefits running your FTP server. For example, it's private, and
you have absolute control. It's fast (depending on your internet connection speeds),
and there is virtually no limits on the amount and type of data you can store.

Also, you don't have restrictions on file sizes either, which means that you can transfer
something as small as a text file or a 1000GB PC backup, and you can even create
multiple accounts to let friends and family access or store content remotely too.

You'll find many third-party software on the internet to build a file transfer server, but
Windows includes an FTP server feature that you can set up without the need to
resource to other solutions. In this Windows 10 guide, we'll walk you through the steps
to successfully set up and manage an FTP server on your PC to transfer files from
your home network or remotely over the internet.

How to install an FTP server on Windows 10

Very similar to previous versions, Windows 10 includes the necessary components to


run an FTP server. Follow the steps below to install an FTP server on your PC:

1. Use the Windows key + X keyboard shortcut to open the Power User menu and
select Programs and Features.
2. Click the Turn Windows features on or off link.

3. Expand Internet Information Services and check the FTP Server option.

4. Expand FTP Server and check the FTP Extensibility option.


5. Check Web Management Tools with the default selections.
6. Click OK to begin the installation.
7. Click Close.

How to configure an FTP site on Windows 10

After installing the necessary components to run an FTP server on your PC, you need
to create an FTP site using the following instructions:

1.
Use the Windows key + X keyboard shortcut to open the Power User menu and select
Control Panel.
2.
Open Administrative Tools.
3.
Double-click Internet Information Services (IIS) Manager.
4.
Expand and right-click Sites on the Connections pane.
5.
Select Add FTP Site.

6.
Name your new FTP site and enter the path to the FTP folder you want to use to send
and receive files.

Note: You can also use the Make New Folder button to create a specific folder to
store your FTP files.
7.
Click Next.

8.
On Binding and SSL Settings leave all the default settings, but change the SSL option
to No SSL.

Note: It's worth pointing out that in a business environment or on an FTP server that
will host sensitive data, it's best practice to configure the site to require SSL.

9.
Click Next.
10.
On Authentication, check the Basic option.
11.
On Authorization, select Specified users from the drop-down menu.
12.
Type the email address of your Windows 10 account or local account name to allow
yourself access to the FTP server.
13.
Check the options Read and Write.
14.
Click Finish.
How to allow an FTP server through Windows Firewall

If you have Windows Firewall running on your computer, then the security feature will
block any connections trying to access the FTP server. Use the steps below to allow
the FTP server through the firewall.

1.
Open the Start menu, do a search for Windows Firewall, and press Enter.
2.
Click the Allow an app or feature through Windows Firewall link.
3.
Click the Changes settings button.
4.
Select FTP Server and make sure to allow it on a Private and Public network.
5.
Click OK.

At this point, you should be able to use your favorite FTP client to connect your newly
created FTP server from your local network.
Note: Make sure to check your software vendor support website for specific
instructions to allow an FTP server, if you're using another security software other
than the Windows Firewall.

How to configure a router to allow external connections

For your FTP server to be reachable from the internet, you need to configure your
router to open TCP/IP port number 21 to allow connections to your PC.

The instructions to forward a port will vary from router-to-router, but below you'll find
the steps to configure most routers. (For more specific instructions to forward TCP/IP
ports, you should check your router's manufacturer support website.)

1. Use the Windows key + X keyboard shortcut to open the Power User menu and
select Command Prompt.
2. Type the following command: ipconfig and press Enter.

3. Make note of the Default Gateway IP address, which is the IP address of your
router. Typically, it's private address in the 192.168.x.x range. For example,
192.168.1.1 or 192.168.2.1.

4. Open your default web browser.


5. On the address bar enter the router's IP address and press Enter.
6. Sign-in with your router credentials.
7. Find the Port Forwarding section -- usually you'll find this feature under the WAN or
NAT settings.
8. Create a new port forwarding that includes the following information:

Service name: You can use any name. For example, FTP-Server.
Port rage: You must use port 21.
PC's TCP/IP address: Open Command Prompt, type ipconfig , and the IPv4
address is your PC's TCP/IP address.
Local TCP/IP port: You must use port 21.
Protocol: TCP.

9. Apply the new changes, and save the new router configurations.

How to access an FTP server from any PC

Here's the quickest way to test your FTP server, after configuring the firewall, and
forwarding port 21 on your router.

Open your default web browser and in the address bar type your Windows 10 PC IP
address, on an FTP link format, and press Enter. The address should look like this:
FTP://192.168.1.105.
Note: I'm using Internet Explorer, because Microsoft Edge seems not to include the
functionality to browse FTP sites. You can also opt to use Chrome, Firefox, or another
modern web browser.

To test if your FTP server is reachable from the internet, visit Google or Bing, do a
search for "What's my IP?". Note your public IP address from the results and type it
into the address bar using the FTP link format and press Enter.

If you get a login prompt, then everything is working as expected. Simply enter your
account credentials and you're should be able to sign-in.

How to upload files to an FTP server on Windows 10

Keep in mind that the method shown above is only useful to test, browse, and
download files from an FTP site. You have to use the following instructions to be able
to browse, download and upload files.

1. Use the Windows key + E keyboard shortcut to open File Explorer.


2. On the address bar type your public IP address on an FTP format. For example,
FTP://172.217.3.14.
3. Enter your username and password.
4. Check the Save password option.
5. Click Log On.

Using this method, you can browse, download, and upload files as if FTP server was
just another drive connected to your computer.

Furthermore, you can also right-click Quick Access on the left pane and select Pin
current folder to Quick Access to easily reconnect to the FTP server at a later time.
Quick Tip: You're not limited to use only File Explorer, you can use any FTP client like
the popular FileZilla open source software to transfer files over a local or public
network.

How to create multiple FTP accounts on Windows 10

If you want to allow other people to access your FTP server too, you can create
multiple accounts with specific permissions to download and upload files.

To let other people access to your FTP server, you need to create a new Windows 10
account for each user, associate each account with the FTP home directory, and
configure the appropriate settings. Follow the steps below to accomplish these tasks:

Add a new user account on Windows 10


1. Use the Windows key + I to open the Settings app.
2. Click Accounts.
3. Click Family & other users.
4. Click Add someone else to this PC.
5. Click the I don't have this person's sign-in information link.

6. Click the Add a user without a Microsoft account link.

7. Enter the new user account information and click Next to complete the task.
Note: This account will be accessed from the internet, as such make sure to use a
strong and secure password.

Add a new user account to access the FTP folder


1. Right-click the FTP folder and select Properties.
2. Click the Security tab.
3. Click Edit.

4. Click Add.
5. Enter the user account name and click Check Name.
6. Click OK.

7. On Group or user names, select the user account you just created, and select the
appropriate permissions.
8. Click Apply.
9. Click OK.

Configure a new user account to access the FTP server


1. Use the Windows key + X keyboard shortcut to open the Power User menu and
select Control Panel.
2. Open Administrative Tools.
3. Double-click Internet Information Services (IIS) Manager.
4. Expand Sites.
5. Select the FTP site and double-click Authorization Rules.
6. Right-click on and select Add Allow Rules from the context menu.
7. Select Specified user and enter the name of the Windows 10 user account you
created earlier.
8. Set the Read and Write permissions you want the user to have.
9. Click OK.

Now the new user should be able to connect to the server with their own credentials.
Repeat the steps mentioned above to add more users to your FTP server.

Wrapping things up
In this guide, you learned to set up and manage your own private FTP server without
third-party software, and we've shown you different methods to access your files
remotely. Just remember that your PC must be turned on and connected to the
internet for the FTP server to work, you won't be able to access any files if your
computer is in Sleep or Hibernation mode.

The FTP feature is available on Windows 10 Pro as well as on Windows 10 Home, and
previous versions of the operating system.

Windows 10 resources

For more interesting guides, tips, coverage, and answers on Windows 10, you can visit
the following resources:

Windows 10 help, tips, and tricks

Windows 10 on Windows Central – All you need to know

Windows 10 forums on Windows Central

View Comments (34)


Help & How To Windows 10

THRIFTER

Today's best Microsoft tech deals!


Helping you to find great savings on great products.

SAVE MORE ON THRIFTER DEALS

500M Consumers Reached Yearly

Copyright 2018 Mobile Nations• Terms and Conditions• Privacy Policy• Your Ad Choices• Careers: Writer | Dev• Licensing• Advertising
External Links Disclosure Partner
Forums Shop

Best Reviews 2018 Windows 10


Surface Apps
Gaming & Xbox Mobile
Forums The Best
Help Reviews
Deals Contests
Cell Phone Plans Licensing and Reprints
Android Central Windows Central
iMore CrackBerry
Thrifter CordCutters
MrMobile Forums Home
Ask a Question New Posts
Trending Discussions Windows 10
Windows Tablets & Laptops Windows Mixed Reality
Surface Book 2 Surface Laptop
Surface Go Xbox and Gaming
Log in Sign up
t f
p i
r Download App
Podcast Tip us on news!

You might also like