On Thu, Jun 22, 2023 at 4:25 PM Jason Keltz <[email protected]> wrote: > > Hi.. > > I've been running Guacamole for quite awhile now. One of my users just > noticed that drag and drop file transfers have stopped working! It's > not clear when it happened, but it was definately working at some point.
When you say drag-and-drop file transfers, can you clarify where you're dragging and dropping? Is this from within the Guacamole menu (Ctrl-Shift-Alt)? > I see no errors in catalina.out. I started guacd in debug mode, and > see no errors there either. Each host has sftp enabled , and when I do > a network packet trace for connection to port 22, nothing happens, so > something is up. I haven't changed this host configuration in quite a > long time. How can I debug this? (I'm running self-compiled with Rocky > Enterprise Linux 8.8). > I think this is unlikely to be a guacd issue, and more likely to be a Guacamole Client issue - Tomcat, the web application, etc. I'd look in both the bowser developer/JS console, as well as Tomcat logs, and see what shows up there. > I just noticed that if I open up an SSH session through guac, then the > file transfer works perfectly. > > The problem is for all the hosts using RDP. Doesn't the file transfer > go over sftp anyway? Not necessarily - this depends on how you have the connection configured. With RDP you definitely can configure SFTP - which, from the configuration you posted, looks like what you're doing, but you can also configure RDP Drive Redirection, which is completely internal to the RDP connection and does not use SFTP at all. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
