Download file from VM

2024-10-04 Thread Nikolay Ganchev
We have a custom client, but we use most of the features from the guacamole java client and we fully reuse the guacd server. We already have a file upload, from the user to the VM in the session, this is simple, however I could not find if there is a way to download files from the VM via the gua

Guacamole java.io.EOFException: null

2024-09-17 Thread Nikolay Ganchev
We have basically copy pasted most of the impl from the guacamole java client and simply listen to requests and forward them to the server, thought it might be a concurrency issue since we are using spring services, but after adding more thread safety we get java.lang.IllegalStateException: The

Guacamole java.io.EOFException: null

2024-09-16 Thread Nikolay Ganchev
Hello, I am getting the following error: 2024-09-10T07:48:08.483Z ERROR 1 --- [remote-connection-gateway] [nio-8080-exec-8] s.r.g.c.GuacamoleWebSocketTunnelEndpoint : Error on session with id: 0 java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadB

Re: Update resolution after connection is established

2023-11-23 Thread Nikolay Ganchev
connection is established >До: user@guacamole.apache.org >Изпратено на: 23.11.2023 18:07 On 11/22/2023 1:32 PM, Nikolay Ganchev wrote: > I have a custom apache guacamole-client implemented and a custom web > app. I set the resolution in the onConnect method, however I would l

Update resolution after connection is established

2023-11-22 Thread Nikolay Ganchev
I have a custom apache guacamole-client implemented and a custom web app. I set the resolution in the onConnect method, however I would like to also update the resolution runtime, perhaps via the onMessage method, or in any other way, is it possible?