If your friends and you want an easy and a fast way to share files, you can create a server on your computer.
Here is short and free way to create a FTP server (File Transfer Protocol).
It’s actually a protocol which allows you to directly share files from one computer to another over the Internet. If your friend for example has limited space on his computer, he can upload all the files to the server and download them when he needs them.
1. First thing we need to do is to port-forward a port in the router we’re using. The port we need to forward is port number 21.
Why? Because by default it’s the port used for
[You must be registered and logged in to see this link.] Port forwarding actually means opening a tunnel through the router so that the router wouldn’t reject the connections that are trying to connect to it.
How to port-forward? With every router it’s different. For the instructions for every one of them visit here.
2. Now once the port is opened, we can create a server using free FTP clients. There are many free FTP clients, but the one we’re going to use is very simple and you don’t need to install it. It’s called Cros
[You must be registered and logged in to see this link.] Just download it from [url=crossftp.com/]here[/url].
Select the options as shown in the image below :-
[You must be registered and logged in to see this image.]Once done, open the file. Select Users. A list as shown below will appear :-
Click Save and your FTP server is set.
You can access your server by typing in “ftp://YourLocalIPAddress:21″in the browser.
To find out your local IP go to START>RUN>cmd. Here type in
ipconfig. The IP address of your computer will appear. That’s your local IP. So if you’re entering the server from the inside, you enter your local IP.
But if your entering your server from the outside, let’s say from your friends house you need to know the external IP. That’s Step 3.
3. Now your server can be accessed from outside. The only thing a person needs to know to enter the server is your IP. You can always find out your IP by visiting this site ->
[You must be registered and logged in to see this link.] .
To access your server from the outside, you need to type in “ftp://YourExternalIPAddress:21″ in your browser.
Note : The problem occurs after a while when your router reboots and your IP address changes. You can always buy a static IP from your Internet Service Provider, but there’s a thing we can do for free is to create a free domain (a name,like a website), so that users of your server don’t need to know your IP, but just the domain.
I hope this would prove to be useful!