1856580 Members
30573 Online
104113 Solutions
New Discussion

ftp access denied

 
SOLVED
Go to solution
Yashodhan Deo
Occasional Advisor

ftp access denied

When ever any user is using ksh shell and tries to ftp then he gets permission/access denied error. If he uses the sh shell he is able to ftp successfully. What are the changes needed to be made for ftp access in ksh.
4 REPLIES 4
Franky_1
Respected Contributor
Solution

Re: ftp access denied

Hi,

you should make the following entry in the file /etc/shells

/usr/bin/ksh (or /bin/ksh) depends on which you are using
You can find this out by typing "type ksh"

This should do the trick

Franky
Don't worry be happy
Yashodhan Deo
Occasional Advisor

Re: ftp access denied

thks Franky, I got access for one user.... but now I am not able to use FTP for other users, not even for root. getting access denied error. How can I solve this problem.
Ravi_8
Honored Contributor

Re: ftp access denied

Hi Franky

Nice solution, i was struggling to get the answer for this post.

keep it up!!!
never give up
Yashodhan Deo
Occasional Advisor

Re: ftp access denied

Hi Franky

There was some problem in the passwd file due to which the second problem occured (access denied for root), I rectified it, Now I am able to access/ftp/telnet it properly.

Thanks once again