On Mon, Nov 26, 2018 at 1:56 AM [email protected] < [email protected]> wrote:
> > 你好,我是一名java开发人员,现在需要使用guacamole进行开发,需求是远程连接到服务器,发送组合键命令,进行文件传输。请问一下有没有一个完整的java开发的示例?能不能发我一份,谢谢 > > The functionality you're looking for is implemented in Guacamole. It supports remote desktop connections using RDP, SSH, Telnet, and VNC, which includes sending keystrokes to the remote system. It also includes the ability to transfer files, either via SFTP or RDP's built-in file transfer mechanism. I don't know of any snippet-type examples of code that do each of those things, but you can reference the Guacamole manual and the code located in the repositories: http://guacamole.apache.org/doc/gug/ http://guacamole.apache.org/api-documentation/ https://github.com/apache/guacamole-server https://github.com/apache/guacamole-client Regards, Nick
