1833707 Members
2837 Online
110063 Solutions
New Discussion

Re: ftp login problem

 
Sandeep Daphal
Frequent Advisor

ftp login problem

I am login to user to hpux11i system but i am not able to ftp to that system same id to that system .fom root user i am ftp to that system.



Please Help me .


Sandeep
5 REPLIES 5
Luk Vandenbussche
Honored Contributor

Re: ftp login problem

Check /etc/ftpd/ftpusers

See also 'man ftpusers'
Anshumali
Esteemed Contributor

Re: ftp login problem

What is the response when you try to do FTP.
As you said, root is able to do ftp, i will assume ftp service is running. Please check /etc/ftpusers file and remove your user id from there if its listed.
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
rariasn
Honored Contributor

Re: ftp login problem

Hi,

Verify file /etc/ftpd/ftpusers

ftpd authenticates users according to three rules:

+ The user name must be in the password data base, /etc/passwd, and not have a null password. The client must provide the correct password for the user before any file operations canbe performed.

+ The user name must not appear in the file /etc/ftpd/ftpusers(see ftpusers(4)).

+ The user must have a standard shell returned by getusershell().

rgs.
Sandeep Daphal
Frequent Advisor

Re: ftp login problem

if am login to user id it give massege login filed. I check /etc/ftpd/fuser but this file is not aviable.

Sandeep Daphal
Frequent Advisor

Re: ftp login problem

thank for replay