On Thu, Jul 11, 2019 at 3:45 AM Jester19 <[email protected]> wrote:

> Hello,
>
> I got an issue with the file transfer feature, if I am using ssh
> connections. It works, but I am not happy with this, because on the target
> system, I can see (not read) files from other users.
> Is it possible that the file exchange path automatically mapped into the
> home directory, related to the user name? For example, when I log in with
> user “pete” on the target system, the path “/home/pete” should be used
> automatically.  I tried this parameters /home/${GUAC_USERNAME} or
> /tmp/${GUAC_USERNAME} but it do not create a folder, but tries to read this
> folder, which not exist. I would be very grateful, if there is a solution
> for this.
>
>
I assume this is the drive redirection for RDP connections, and not SFTP?
If so:
- File transfers using this mechanism are done as the user running guacd,
so you'll need to make sure that user account has access to the location
where you are pointing it.
- There's another configuration parameter for enabling creation of the file
transfer location (create-drive-path in RDP connection parameters) - have
you tried checking this box?

-Nick

Reply via email to