ftp server over internet using different port

Posted by ???? ???? on Super User See other posts from Super User or by ???? ????
Published on 2012-10-03T09:37:03Z Indexed on 2012/10/03 9:40 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

I want to make my ftp server over the internet

i made it on Debian linux computer

and i changed the port of it to 201

my local ip is 192.168.1.3

so i can access it from any computer on my network through ftp :// mylocalip:201

it appear to me the login page i login with my linux user and can see the files on my ftp server

to make it public i make port mapping on my router for port 201

when i try ftp :// mypublicip:201 it give me the login page and when i entered the login data it is loading infinity without open my ftp server files

when i made it over default port 21 it works fine.

can any one tell me what is the problem here?

© Super User or respective owner

Related posts about networking

Related posts about internet