Configure router
-
I have Linksys switch/router. Now in my LAN I have one box on which FTP configured as ftp://192.168.1.102:33331 Internaly in LAN all computers are able to use that ftp, but otside when I dial ftp://64.226.4.32:33331 It complaning that PORT ERROR occured No my Router is configured to forward all 33331 port request to ftp box App = ftp Port = 33331 Forward IP = 192.168.1.102 Note: The same configuration works fine with HTTP Any ideas? Tnanks. :)
-
I have Linksys switch/router. Now in my LAN I have one box on which FTP configured as ftp://192.168.1.102:33331 Internaly in LAN all computers are able to use that ftp, but otside when I dial ftp://64.226.4.32:33331 It complaning that PORT ERROR occured No my Router is configured to forward all 33331 port request to ftp box App = ftp Port = 33331 Forward IP = 192.168.1.102 Note: The same configuration works fine with HTTP Any ideas? Tnanks. :)
Have you tried ftp://64.226.4.32 ? Farhan Noor Qureshi if (this == this) thow this;
-
Have you tried ftp://64.226.4.32 ? Farhan Noor Qureshi if (this == this) thow this;
-
Maybe they are blocking *all* ftp.:~ Farhan Noor Qureshi if (this == this) thow this; -- modified at 17:48 Tuesday 30th August, 2005
-
I have Linksys switch/router. Now in my LAN I have one box on which FTP configured as ftp://192.168.1.102:33331 Internaly in LAN all computers are able to use that ftp, but otside when I dial ftp://64.226.4.32:33331 It complaning that PORT ERROR occured No my Router is configured to forward all 33331 port request to ftp box App = ftp Port = 33331 Forward IP = 192.168.1.102 Note: The same configuration works fine with HTTP Any ideas? Tnanks. :)
-
FTP works unlike other Internet protocols: it uses two connections, one for control and another for data. You are forwarding only the control connection but not the data connection. Easiest solution is just forget FTP and use HTTP for data transfers.
Just to elaborate on markkuk's post. Here is a good link about FTP. http://en.wikipedia.org/wiki/FTP[^] Farhan Noor Qureshi if (this == this) thow this;