I need to setup a file transfer linux server. All users login via sftp using active directory credentials.
I want all users to when logged into see a single directory /ftp-storage
In the /ftp-storage folder will be a number of other project folders for each proejct
/ftp-storage
/project1
/project2
I want all users when logging in with sftp to land in the /ftp-storage folder. Access to the project folders will limited by the AD groups the users are in which I can sort out.
I just don't know how to force all users to land in the /ftp-storage folder and not their linux home directory when logging in with filezilla.