On Wed, Sep 13, 2023 at 12:07 PM Eby Mani <[email protected]> wrote:
> Guacamole 1.5.1 native build. > > I'm using mysql instead of user-mapping.xml, How do i enable Transfer Files > over RDP on Windows 2019 or later ?. > File transfer for linux systems are working. > > > Would adding following to guacamole_connection_parameter table of DB, enable > this feature ?. > > > connection_id=<id of connection>, parameter_name = enable-drive, > parameter_value = true. > > connection_id=<id of connection>, parameter_name = drive-path, > parameter_value = c:\tmp. > > The value of drive-path should be the path on the *Linux system running guacd* that you want to make available for transfer, so this should almost certainly not contain a Windows path like c:\tmp. -Nick
