Skip to main content

How to Setup an FTP Server in Windows 7

to show you how to set up an FTP server in Windows 7 create a user account and access your FTP from inside of your network and outside of your network so let's begin click on start and then type run and click on the run program here type CMD and click OK it's going to open the command prompt here type IP config and press Enter and this here is your IP address keep it in mind or write it down now I'm going to close here and I'm going to create in my desktop a folder that my FTP users are going to be accessing via the FTP site I'm going to name this avoid errors and now we are ready to install a is so click on start then click on control panel then click on programs and features and click on turn Windows Features on or off and then look for Internet Information Services checkmark that and then expand expand FTP server and now put a check mark on FTP server FTP extensibility FTP service web management tools and world wide web services and then click OK most IISS install go to control panel home and then click on Administrative Tools and then click on Internet Information Services iis manager now this is your route your computer expand that then expand site and this here is your default FTP site so we're going to create a new one I'm going to right click sites click Add FTP site here name your site and now under physical path look for the folder that you're going to be sharing with the users via FTP I create a miner my desktop here select it and click OK perfect now click Next on the IP address click on the drop-down and select the IP address of the computer perfect now I'm going to select no secure socket layer for tutorial purposes now I don't recommend you to do that you should allow secure socket layer and click Next under authentication I'm going to select basic that means you need username and password under allow access to click on the drop-down and select specified users now here this is a Windows user for example this here is me so you need to type the windows username Miguel in this case and then give appropriate permissions and now click finish perfect we have created the new FTP site before we access our FTP we need to configure the firewall so click on start and then click on control panel and then click on Windows Firewall and here go to allow programs or feature throughout Windows Firewall and look for FTP server put a checkmark there and then make sure both checkmark private and public are checked and then click OK now in my case I'm going to turn my Windows Firewall off because I don't want any issues while I'm doing this video tutorial so click on turn Windows Firewall on or off and then click turn out Windows Firewall turn off Windows Firewall and then click OK perfect now I'm going to create a user that is going to access my FTP so click on start then click on control panel then click on users user accounts then click on manage another account then create a new account and here you can create a user I'm going to name this guy win7 I'm going to make it an administrator then click on create account perfect now I'm going to double click on this guy and then create a password just a simple password here once you're done with that click on create password now we created a password for the user now close here and in your eye is go to your newly created FTP site and then go to FTP authorization rules and here right click and click on add allow rule and select specified user users I'm sorry and then type the name of the user we just created then give this guy permission to read or write or read and write and click ok perfect now we're going to access this FTP locally now in the address bar type FTP colon four slash four slash and the IP address of the computer and click enter now type the username and password for that user we just created win7 and then his password click OK and there we go I don't have anything inside that folder that's why nothing shows up but we have access to that folder now to access this from outside of our network we need to configure the router to enable port 21 so I'm using a Linksys router to login to my router is 192.168.1.1 in the address bar and click enter type the username and password once you have logged in go to applications and gaming and here in the application name select FTP port 21 it will automatically lected and then the IP address of the computer 1:09 we have used the IP address several times and then save your settings that's why it's very important for you to write it down from the very beginning and then click continue now on Google type what is my IP and it will give you your external IP address write it down and then place it in the address bar ftp colon four slash four slash and the external IP address and then click enter and here type the username and password of the user we just created then click OK if you're using different router you just got to keep in mind you have to enable FTP port 21 and the IP address of the computer where you are hosting your FTP site if this video tutorial was any help please rate comment and don't forget to subscribe thank you for watching this video if you have any questions please feel free to post them in the comment section below thank you

Comments

Popular posts from this blog

Port Forwarding Explained

what is port forwarding now maybe you've heard about it but you weren't exactly sure what it was or how it works so basically port forwarding allows computers over the Internet to connect to a specific computer or service within a private network it's basically making your computer accessible over the Internet even though you're behind a router so for example let's say a friend of yours at their home wants to remotely control your computer at your home using a service such as remote desktop connection now remote desktop connection is a service built into Microsoft Windows that enables you to connect to another computer running Microsoft Windows and then once you're connected to the remote computer you can use that computers programs and files just as if you were sitting in front of it so now your friend is ready to connect to your computer so we starts up the remote desktop connection and sends the request to your public IP address with a specific port number no...

NAT Explained - Network Address Translation

nat stands for network address translation and this is a service that is used in routers and its purpose is to translate a set of IP addresses to another set of IP addresses and the reason for having the nat service is to help preserve the limited amount of IP version for public IP addresses that we have available around the world when the IP version 4 address was created engineers didn't realize how big the internet will become because even though there were over 4 billion IP version 4 addresses available the engineers thought that that would be enough but obviously they were wrong so in order to prevent a shortage of public IP version 4 addresses engineers developed private IP addresses and network address translation now there are two different types of IP version 4 addresses there's public and there is private public IP addresses are publicly registered on the Internet you have to have a public IP address if you want to go on the internet and there are approximately 4 billi...

32 bit vs 64 bit

computer hardware and software can come in 32 or 64-bit versions the difference between a 32-bit and a 64-bit is the way that it handles memory the bit size refers to the memory that it can address a 32-bit system can reference 2 to the 32nd power bytes of memory which equals to about 4 gigabytes however a 64-bit system can reference 2 to the 64th power bytes of memory which equals to about 16 exabytes which is 4 billion times more memory than a 32-bit now that number is so huge that it's virtually unlimited because we will never need to use that amount of memory so in a computer in order for data or a program to run it needs to be loaded into Ram first so the data is stored on the slower hard drive and from the hard drive it's loaded into the faster Ram and once it's loaded into Ram the CPU can now access the data or run the program now in a 32-bit system since the maximum amount of memory that it can support is 4 gigabytes it may not be enough to hold all the data that th...