如果有人能为我指出以下问题的正确方向,我将不胜感激。
任务:
通过 Apache Guacamole 配置 RDP 文件传输。
问题:
a) Within RDP session (logged in as Administrator) I have an error when I try to download file from
my workstation to Win server 2012r2 - "You do not have permission to upload this file.
If you require access, please check with your system settings"
b) Within the same RDP session I am getting error when I try to download file to created virtual
drive (configured within Guacamole server in "Connection Settings") - "Could not find this item.
This is no longer located in "C:'temp""
Guacamole 服务器管理控制台上的配置:
“连接 >> 编辑连接 >> 设备重定向” 选择的选项: - “启用驱动器:‘已选中’” - “驱动器名称:‘DropHere’” - “驱动器路径:‘C:\temp’” - “自动创建驱动器 - ‘已选中’”
在 DMZ 区域中配置了 Guacamole 服务器(+ Nginx 和 Tomcat)。与任何服务器的 RDP 连接都没有问题,端口 3389 已打开。
我感觉该错误与 Nginx 或 Tomcat 配置有关,但与 RDP 会话本身有关。请帮忙!
谢谢你!
答案1
回答可能太晚了,但“驱动器路径”在 Unix 服务器上。我使用这个:/tmp/${GUAC_USERNAME} 但只要存在,您就可以使用任何您需要的路径。++