Jua*_*uan 13 shared-folders remmina
我有 Ubuntu 12.04。我使用 Remmina 连接远程 Windows XP。我已将 Remmina 配置为共享我的用户文件夹,但在远程 Windows 桌面中看不到该文件夹。
任何的想法?
小智 15
与 Bor 的回答一样,升级到 Remmina 1.2“下一个”版本解决了我在从 Ubuntu 15.10 到 Windows Server 2012 R2 进行 RDP 时文件夹共享不显示的问题。
按照https://github.com/FreeRDP/Remmina/wiki上的说明,只需运行:
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp libfreerdp-plugins-standard
Run Code Online (Sandbox Code Playgroud)
或通过将命令与&&
.
然后开始 Remmina =)
remmina
Run Code Online (Sandbox Code Playgroud)
以下使用 remmina 0.9.99.1 从 debian wheezy 到远程 Windows 8 pc 的工作:
首先从命令行运行 remmina 并查看连接到远程主机是否出现任何证书错误:
$ remmina
connected to 192.168.0.x:3389
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: CERTIFICATE NAME MISMATCH! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The hostname used for this connection (192.168.0.x)
does not match the name given in the certificate:
remote-pc-name
A valid certificate for the wrong name should NOT be trusted!
Run Code Online (Sandbox Code Playgroud)
如果您看到此警告,请使用您看到报告的任何值,而不是在 remminaremote-pc-name
的server
文本框中。
然后编辑您的 /etc/hosts 以便 remmina 可以找到此服务器的 IP 地址。确保存在这样的行:
remote-pc-name 192.168.0.x
Run Code Online (Sandbox Code Playgroud)
其次,在 remmina 中编辑您的远程桌面首选项,如下所示:
基本的
高级选项卡
确保单击save
。
之后,导航到my computer
远程 Windows 桌面并单击refresh
。共享文件夹应该出现在other devices and drives
本地磁盘旁边C: