Barry Yu wrote:
using fc1 try to connect a ftp server, below are the steps and what were displayed ;
ftp ftp.servername.org
(Can see Welcome banner as logged in successfully.)
ftp> ls
227 Entering passive mode (192,168,1,111,240)
426 Connection closed; transfer aborted.
And that's the end of it - first got connected, and then when issued command ls, the connection is closed.
What was wrong?
Are you going through a firewall and if so, are you loading the ftp connection tracking module?
Regards, Ed.