mark jago created GUACAMOLE-2093:
------------------------------------
Summary: Docker/Configuring Guacamole/RDP/Device redirection
Key: GUACAMOLE-2093
URL: https://issues.apache.org/jira/browse/GUACAMOLE-2093
Project: Guacamole
Issue Type: Bug
Components: guacamole-docker
Affects Versions: 1.6.0
Environment: rocky linux host => oracle virtualbox => vm running rocky
linux hosting docker guacamole 1.6 and vm running win11
# services
services:
# guacd
guacd:
container_name: guacd_compose
image: guacamole/guacd
networks:
- guacnetwork_compose
restart: always
volumes:
- ./drive:/drive:rw
- ./record:/record:rw
Reporter: mark jago
hi Team,
the solution is working well with RDP - no issue
+Device Redirection:+
Enable drive : ticked
Drive path : /drive/some_name
Automatically create drive : ticked
********
we understood from the documentation :
h3. The RDP virtual drive
RDP provides its own native support for file transfer called “drive
redirection” or “RDPDR”. Guacamole provides support for this mechanism by
emulating a virtual drive. *Typically, this virtual drive will appear as a
network drive within the RDP session.* Files uploaded and downloaded will be
preserved within this drive, even after disconnecting.
No virtual drive is appearing on our Win11 VM - is there any config required on
the Win11 VM?
we can successfully transfer files to the docker container as defined in the
compose file but we are not able to get files onto the Win11 VM
--
This message was sent by Atlassian Jira
(v8.20.10#820010)