1830212 Members
1477 Online
109999 Solutions
New Discussion

Re: Cannot FTP

 
Shattia Moorthi
Frequent Advisor

Cannot FTP

dear experts,

Currenlty our company have 2 server.
Server DL380G7 install with Red Hat Enterprise Linux 5.4 and another server RX6600 install HP-UX 11.31.

Now the problem was I cannot ftp from Rx6600 to DL380. Ping both server can, got reply.
If i ftp from linux to Hp-ux can ftp but from Hp-Ux to linux cannot ftp.

How solve this problem?

Please advised.

Thanks.
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: Cannot FTP

ManojK_1
Valued Contributor

Re: Cannot FTP

Hi,

Which type of FTP service you are running in the Linux Server vsftp or gssftp?

You have to verify FTP server service is running in the linux server.

You can check it from the linux server by the following command.

netstat -an | grep "21"
telnet localhost 21

Also verify there is no firewall is blocking the FTP port.

Manoj K

Thanks and Regards,
Manoj K
Shattia Moorthi
Frequent Advisor

Re: Cannot FTP

Problem resolve. Reconfigure firewall rules.

Thank you.