Jump to content

I have a very basic FTP Server set up for sharing movies.I am using ICC. Authorization is Basic. Can someone tell me how to access my FTP site remotely (different network)? I can access it on the Host PC.

Need help

And also say if my site has some movies in it. I am accessing it from elsewhere with another internet connection say "X". By theory, my Host PC won't incur any Download Usage right?

Only the receiver end will get subjected to Download Usage. Correct me if I'm wrong

 

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/
Share on other sites

Link to post
Share on other sites

You just need to setup your router/modem to forward the FTP port to your local machine. Then you can use your external IP adres to connect to it.

Depending on how complicated your router/modem (what brand/model) Its either 1 page to setup or multiple steps.

 

And you will use download on both sides. Be it a very small amount. FTP wont send out the data "blind" it will check ;) 

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698438
Share on other sites

Link to post
Share on other sites

6 minutes ago, Dujith said:

You just need to setup your router/modem to forward the FTP port to your local machine. Then you can use your external IP adres to connect to it.

Depending on how complicated your router/modem (what brand/model) Its either 1 page to setup or multiple steps.

 

And you will use download on both sides. Be it a very small amount. FTP wont send out the data "blind" it will check ;) 

2

i have forwarded port 21. i don't understand the part about external address. 

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698471
Share on other sites

Link to post
Share on other sites

Simplest way of finding out is by checking your external IP adres from within the network where your FTP server is.

Just open a random browser and google something like "what is my ip" that will direct you to a site that will show you what your IP adres is on the internet.

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698480
Share on other sites

Link to post
Share on other sites

Just now, Dujith said:

Simplest way of finding out is by checking your external IP adres from within the network where your FTP server is.

Just open a random browser and google something like "what is my ip" that will direct you to a site that will show you what your IP adres is on the internet.

 

ok then?

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698490
Share on other sites

Link to post
Share on other sites

3 minutes ago, Dujith said:

What does not work? How did you test? How did you forward the port?

I'm working blind here and am going to need alot more details if you want to be helped.

 
 

i typed ftp://(my ip address which I got from typing What is my IP?) it just keeps loading and loading. Also when i try forwarding the port it asks for an IP. which one should i enter?

 

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698532
Share on other sites

Link to post
Share on other sites

A few things:

  1. Make sure the Windows Firewall allows the use of port 21 inbound. You will need to set that.
    Best way to check if its open is by using another computer on your local LAN and try to connect to it locally.  
  2. When forwarding the port you need to specify where to forward it. In your case to the computer that has the server running on it.
    So if your FTP server on the local LAN is 192.168.1.2 then forward port 21 to that ip adres
Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698617
Share on other sites

Link to post
Share on other sites

1 minute ago, Dujith said:

A few things:

  1. Make sure the Windows Firewall allows the use of port 21 inbound. You will need to set that.
    Best way to check if its open is by using another computer on your local LAN and try to connect to it locally.  
  2. When forwarding the port you need to specify where to forward it. In your case to the computer that has the server running on it.
    So if your FTP server on the local LAN is 192.168.1.2 then forward port 21 to that ip adres
 

it says ip not in subnet something-something. 

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698624
Share on other sites

Link to post
Share on other sites

Still waiting for details you have not provided. 

  • What kind of router are you using to forward the port.
  • How did you forward on the router?
  • Where on the local LAN is your FTP server located? (its safe to give out that IP adres, just not your external)

IP not in Subnet should now popup when entering a simple port forward. So either you are on the wrong page in the router or you are using my example IP and its not part of your subnet.

Link to comment
https://linustechtips.com/topic/768201-basic-ftp-server-help/#findComment-9698662
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×