Why wont my FTP server work ? :(

Joined
10 Oct 2007
Posts
1,165
Location
in the arse of england.
im using easy ftp server and it works fine if you try to log in using the local ip but if i use our propper external ip and try to log in from a different pc, it never manages to log in and the FTP server logs register no activity.

for the sake of trying to diagnose the problem, ive put my router in the DMZ, and have turned winblows firewall off but still i cant get in???


any clues ?
 
What ports have you forwarded on the router?

There's two modes of FTP, Passive and Active:
Active, uses TCP ports 20 and 21 on the Server
Passive uses port 21 and any port greater than 1023

I'd recommend Active mode and port-forwards ports 20 and 21 on your router/firewall to the FTP server (it's less work ;))

Kev
 
Back
Top Bottom