Hi all: I want to ask you how do you deal with uploading files to the remote machine?
I mean, I've developed my custom guacamole application, and using the guacamole client functions to upload files through the websocket (blobwriter/reader and sending blob, waiting for acks and so on). But the upload speed is super slow. Any advice or other alternative methods that can be used ?? I really like the option to upload them through the websocket because this way I only have a dependency related with the websocket for all kind of communication with the remove server.
