I recently needed to set up an ftp server (or sftp server) that allows the user to transfer files. I had some restrictions: 1. The account cannot have `ssh` access since I don’t want an unauthorized person to run jobs on the server. 2. The account needs to be restricted to a single directory. I read more
