I want to create an sftp user, with access restricted to a particular directory within my webapps directory. Ideally, I´d like to have that directory be the only one she sees in her ftp client window when she logs in. Is that possible? Thanks. asked 24 Jan '13, 09:01 rblumberg |
You can grant access to specific directory by following these instructions in our documentation: Granting Access to Specific Users Note that those instructions won't jail your user in a specific directory, and they won't prevent the user from seeing other directories within webapps (although they will prevent the user from seeing the contents of those directories). If you follow all of the instructions, including the bit about creating a symlink in the user's home directory, then they won't need to traverse into your webapps directory, so they won't see the other directories listed there. answered 24 Jan '13, 10:48 seanf |