Re: R: R: Transfer Files over RDP

2023-09-16 Thread Nick Couchman
On Sat, Sep 16, 2023 at 2:24 PM Eby Mani wrote: > Thanks, > > I set "chown -R guacd: " to for the directory. > Just keep in mind that the user running Tomcat still needs read access. > > client_max_body_size / LimitRequestBody 5242880 - Is this file size to be > set in bytes or can we set some

Re: R: R: Transfer Files over RDP

2023-09-16 Thread Eby Mani
Thanks, I set "chown -R guacd: " to for the directory. client_max_body_size / LimitRequestBody 5242880 - Is this file size to be set in bytes or can we set something like 100M ?. What is the maximum file size permitted ?. On Thursday, 14 September, 2023 at 10:17:15 pm IST, Sean Hulbert w

RE: R: R: Transfer Files over RDP

2023-09-14 Thread Holderby, Brandon
AM To: user@guacamole.apache.org Subject: Re: R: R: Transfer Files over RDP EXTERNAL: This email originated from outside of the organization. Do not click on any links or open attachments unless you recognize the sender and know the content is safe. On Thu, Sep 14, 2023 at 12:47 PM Sean Hulbert

Re: R: R: Transfer Files over RDP

2023-09-14 Thread Nick Couchman
On Thu, Sep 14, 2023 at 12:47 PM Sean Hulbert wrote: > Important: what ever folder you are starting with on Guacamole, you will > need to make sure that the guacd daemon has ownership and chmod 755 on the > directory. > The requirement is that the user running the guacd daemon can read/write/exec

Re: R: R: Transfer Files over RDP

2023-09-14 Thread Sean Hulbert
Important: what ever folder you are starting with on Guacamole, you will need to make sure that the guacd daemon has ownership and chmod 755 on the directory. Then, if you are using NGINX you'll need to set the file size threshold *client_max_body_size*, Apache you will need to do something li

Re: R: R: Transfer Files over RDP

2023-09-14 Thread Eby Mani
Fantastic. Drive name: ${GUAC_USERNAME} Drive Path: /path/${GUAC_USERNAME} shared folder owner need to be guacd, else we get "You do not have permission to upload this file. If you require access, please check your system settings, or check with your system administrator." when trying to uploa

R: R: Transfer Files over RDP

2023-09-14 Thread MAURIZI Lorenzo
You are right, I'm sorry, I forgot to mention the settings of the individual RDP connection set up in Guacamole. In Drive name I put ${GUAC_USERNAME} In Drive Path: /drive/${GUAC_USERNAME} Where /drive/ is the folder set as the shared drive in the guacamole server. 1. if you set up the RDP co