1832595 Members
2987 Online
110043 Solutions
New Discussion

ftp login fail

 
Indrajit_1
Valued Contributor

ftp login fail

Hi;

A user cann't ftp to one server. he can ssh and successully login. Where other user can ssh and ftp to the same server. i have checked
#cat /etc/ftpd/ftpusers (it is ok)
#cat /var/adm/inetd.sec
#ps -aef |grep ftp

Any help will be appreciated.

cheers
indrajit
Never Ever Give Up
2 REPLIES 2
Lolupee
Regular Advisor

Re: ftp login fail

check the user line in the /etc/passwd file and make sure you do not have "//" as against "/" on the field for the user home directory.
Indrajit_1
Valued Contributor

Re: ftp login fail

Hi;

Thanks for ur instant reply..
i found the solution..

we can try with sftp, or we need to change the existing password.

i thinks this is because ssh login.it need to sync with /etc/inetd.conf.

cheers
indrajit
Never Ever Give Up