xfreerdp is an X11 Remote Desktop Protocol (RDP) client which is part of the FreeRDP project. An RDP server is built-in to many editions of Windows.
* deny ... Automatically abort connection if the certificate does not match, no user interaction. * ignore ... Ignore the certificate checks altogether (overrules all other options) * name ... Use the alternate <name> instead of the certificate subject to match locally stored certificates * ...
xfreerdp connection.rdp /p:Pwd123! /f Connect in fullscreen mode using a stored configurationconnection.rdpand the passwordPwd123! xfreerdp /u:USER /size:50%h /v:rdp.contoso.com Connect to hostrdp.contoso.comwith userUSERand a size of50 percent of the height. If width (w) is set ...
xfreerdp 使用举例 远程192.168.2.3这台机器并挂载/home/admin/share目录 1 xfreerdp +clipboard /w:1920 /h:1050 /u:Administrator /p:admin1234567890 /v:192.168.2.3:3389 /drive:share,/home/admin/share 使用帮助 xfreerdp –help 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15