Here are steps to setup a user and allow the user access only via FTP (i.e. no SSH) and also limit access to a specific (user home) directory on proftpd: 1. Add new user: adduser newusername 2. Set password: passwd newusername 3. Modify user home directory fro…