FTP works as Localhost but not from other computers

I have started the FTP server that is part of the base install. I tested it by staring a ftp session on the local machine (ftp localhost) and it worked. I go back to a second computer and try to use filezilla and it come back with this:
Code:
Status:	Connecting to 192.168.62.5:21...
Status:	Connection established, waiting for welcome message...
Error:	Could not connect to server

Both computer are on the same network (ftp server ip is 192.168.62.5 and the other computer is 192.168.62.106)
I can ping the server from the other computer.

What could be the problem?
 
Code:
Status:	Connection established, waiting for welcome message...
Actually you do connect.
What do your logs say ?
Are you connecting from command line or some client ?
 
Any firewall on either side that might block the data channel?
 
Checked logs and use filezila and command line

I have check the log file /var/log/xferlog and it has no data.

I have tried to use Filezila and the windos command line ftp command. Command line comes back with this:
Connected to 192.168.62.5
connection closed by remote host.
 
Back
Top