我已经为android开发了一个程序来获得rdp连接。
我的问题是:当我使用ES文件资源管理器时,我可以用"open并选择RD Client“打开rdp-文件,它运行得很好,应用程序将显示登录凭据。
在我的程序中有一个按钮,当我单击它们时,它将打开RD客户端应用程序并显示一条消息:rdp-文件无效.
下面是代码片段:
File file = new File("/sdcard1/SRV01.RDP");
Uri data = Uri.fromFile(file);
Intent i = new Intent();
i.setAction(android.c
我正在尝试将我的机器(MacOS)连接到遥控器。我在AWS上创建了一个windows实例,使用默认安全组并下载了rdp文件。
我用Microsoft Remote Destock打开它,结果显示一条错误消息:
Unable to connect to remote PC. Please verify Remote Desktop is enabled, the remote PC is turned on and available on the network, and then try again.
我试图在windows机器上运行rdp文件,我得到了相同的错误。
我的问题是:我们如何设置
例如,
me RDP Client --连接到--> a Linux ServerA 1.1.1.1:3388 --iptables_Port_Forwarding--> a Windows ServerB 2.2.2.2:3389
那么,me RDP Client >-to-> the Jump ServerA 1.1.1.1:3388的一部分也是由RDP加密的,还是不像“裸露的”?