Thanks Nick, I will try. There must be definitely some reason why it is not implemented. Can it break something that I can't see? And also I can't test it without changing the frontend right? I'll have to first get the server side working and then make changes in the client side to test.
-Palaash On Wed, 8 Oct 2025 at 18:27, Nick Couchman <[email protected]> wrote: > On Wed, Oct 8, 2025 at 8:24 AM Palaash Jain <[email protected]> > wrote: > >> Hi, >> >> I went through the issues on Jira, specifically GUACAMOLE-55 and it is >> indeed a much needed feature. >> >> I am using libguac built on Windows using msys64 mingw64, Jetty to host >> Guacamole's frontend and a simple WinSocket listening on 4822. >> >> However, for my use case, I am not running the frontend in an actual >> browser but inside a webview container (in C#). >> This way I can bypass any restrictions needed to get this working >> properly. >> Specifically, I want the user to be able to simply Ctrl+C a file/folder >> on local, Ctrl+V inside the server and the file transfer happens over >> clipboard and vice-versa. >> >> What are your suggestions for this? Which components should I target and >> make changes in to get this working seamlessly so that >> I can try to prototype and get a basic working version? >> >> I have tested with wfreerdp built on Windows using Visual Studio, Windows >> SDKs and it's working well. >> >> > I don't know that I have any suggestions for it other than that it just > needs someone to implement it. You're welcome to have a go at it, just be > mindful of the contribution guidelines: > > https://guacamole.apache.org/open-source/ > > -Nick >
