I am using Ubuntu 14.04.1 LTS. My goal is to have an SFTP user(s) log into the sever remotely with permission to upload or download anything from the directory they land in, but NOT be able to traverse folders.
All SFTP user home directories should be /storage/digital/uploads So if I have user bob, his home directory would be /storage/digital/uploads/bob
SELinux and server firewall are disabled. I will be using NAT on my router to pass SFTP traffic.
I will be adding more users to this setup so it can't be all about bob. Suzy will need her own SFTP directory in /storage/digital/uploads as well.
Please, any help would be great, I'm running out of time