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