1832351 Members
2431 Online
110041 Solutions
New Discussion

Re: ftp problem from xp

 
Walker_3
Frequent Advisor

ftp problem from xp

Hi all,

I have 2xrp3440 (hp-ux) severs. I can not do ftp from my laptop today. Before configuring cluster yesterday, I could do ftp. I can do ftp from one server to another server. I dont have any firewall.

>ftp ip_address
connected ip_address //it waits waits...
connection disconnected by remote host.

Can any1 help?
5 REPLIES 5
RAC_1
Honored Contributor

Re: ftp problem from xp

what does syslog.log file say??
There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: ftp problem from xp

Re-Start inted with logging enabled and check /var/adm/syslog/syslog.log

#inetd -l

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
AwadheshPandey
Honored Contributor

Re: ftp problem from xp

check ur /etc/inetd.conf for following line,
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
If this line does not exist, or is commented out (preceded by a pound sign,
(#) add it (or remove the pound sign) and restart inetd:
/usr/sbin/inetd -c

also check ur /etc/ftpusers file

Awadhesh
It's kind of fun to do the impossible
Walker_3
Frequent Advisor

Re: ftp problem from xp

solved.
Muthukumar_5
Honored Contributor

Re: ftp problem from xp

Walker,

It is great that you solved your problem. Post solution which solved your problem before closing thread so that it willp helpful for future ITRC forums search :)

Thanks for your effort.
-Muthu
Easy to suggest when don't know about the problem!