GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-server/pull/97
GUACAMOLE-303: Allow root directory of SFTP filesystem to be configured.
This change adds a new "sftp-root-directory" parameter to VNC, RDP, and SSH
which defines the root directory exposed via Guacamole's file browser. Some
care is taken to ensure that requests outside this root directory cannot be
made via the file browse, in that both the root directory and the requested
filename are normalized prior to being concatenated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-server
sftp-root
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-server/pull/97.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #97
----
commit 0474f86c46309ddae785359c92374820cc768525
Author: Michael Jumper <[email protected]>
Date: 2017-06-29T22:28:21Z
GUACAMOLE-303: Extend common SFTP filesystem such that arbitrary
directories can be used as the root of the filesystem.
commit d51e92eb312735ec857e7ede0a202728ae9dcb26
Author: Michael Jumper <[email protected]>
Date: 2017-06-29T22:48:23Z
GUACAMOLE-303: Add "sftp-root-directory" parameter to VNC, RDP, and SSH.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---