Hi Inetd,
I recently also require to configure a user that only allow ftp only not not login.
To do this, I created an user account with password as usual. Following, that, you will require to change the user shell to /sbin/nologin.
Command: chsh -s /sbin/nologin ftpres
Where ftpres is the...