1833768 Members
1892 Online
110063 Solutions
New Discussion

Re: FTP access

 
Nanda_ITRC
Occasional Contributor

FTP access

Hello Sir,

How to give ftp access to user please give me the step.

Thanks
NAnda
3 REPLIES 3
Tim Nelson
Honored Contributor

Re: FTP access

By default any user configured with system access has ftp access unless you have put the username in /etc/ftpd/ftpusers file.
TTr
Honored Contributor

Re: FTP access

You did not give us enough details but the basic steps are

1. The ftpd daemon (or service) must be enabled in /etc/inetd.conf?
2. Check if there are any restrictions in var/adm/inetd.sec
3. Check /etc/ftpd/access if there are any user restrictions
4. Must have a user account on the server
5. Use a ftp client to connect to the server.
Wouter Jagers
Honored Contributor

Re: FTP access

Another thing that can get in the way sometimes: the user's shell, as defined in the user's passwd entry, should be a 'valid' shell defined in /etc/shells.

I've run into this issue in the past, because the very great korn shell (ksh) was not in /etc/shells by default.

Just in case..

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.