1833909 Members
17216 Online
110063 Solutions
New Discussion

Re: FTP USER

 
Daniel Ubeda
Frequent Advisor

FTP USER

I want to create various ftp users (not anonymous), but I need those users can not execute the cd command and they stay in each homes and can't move up.
I configure ftpd trough ftpaccess file, but I can't do that.
Daniel
2 REPLIES 2
hpuxrox
Respected Contributor

Re: FTP USER


In the /etc/passwd file,

ftpusername::1003:92::/ftp/./incoming:/etc/ftponly

When guest1 successfully logs in, the ftp server will chroot(/ftp) and then chdir (/incoming). The guest user will only be able to access the directory structure under /ftp (which will look and act as / to guest1), just as an anonymous FTP user would.
Francois Bariselle_3
Regular Advisor

Re: FTP USER

Hi,

Try this:

Make a entry of the user login id in ftp.allow file and 'exit' command at the end of .profile file.

Frank.
Fais la ...