On 10/9/25 11:04 AM, Arnaud bourree wrote:
Hi,

Take in mind clipboard buffer limite in guacd : 256Kb and it is byte64 string ... around 87Kb of data.


No, use of base64 at the protocol level has no impact on the amount of clipboard data allowed. The limit is simply 256k.

That limit is also rooted in current usage of the clipboard to transmit text (where it makes sense to store the entire clipboard contents in server-side memory and enforce a size limit), so it would be expected that implementing copy/paste of entire files would require changes to the current approach.

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to