Re: RDP File transfer not working on windows 2016 or 2019

2020-05-12 Thread Peter De Tender
This is really useful, thanks for sharing this! From: sciUser Sent: Tuesday, May 12, 2020 18:18 To: user@guacamole.apache.org Subject: RE: RDP File transfer not working on windows 2016 or 2019 To allow nginx to handle large file transfers you will need to

RE: RDP File transfer not working on windows 2016 or 2019

2020-05-12 Thread Newman, Dennis
I would appreciate details as well. Thanks -Original Message- From: Peter De Tender Sent: Tuesday, May 12, 2020 4:46 AM To: user@guacamole.apache.org Subject: RE: RDP File transfer not working on windows 2016 or 2019 EXTERNAL MESSAGE Hey, Thanks; I was thinking about providing a

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread sciUser
we set this up using NFS to our filer, check permissions use, getfacl to get current acls, should be for /Downloads/{GUACUSER}; # owner: root # group: root user::rwx group::--- other::--- Again our use case is that our provisioning platform controls guacamole and we write to the database

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Peter De Tender
Nick, I just found that "solution" on linuxintro.org Guacamole wiki , so thought about giving it a try. But yes, most probably I should squeeze down the security a bit more... /Peter From: Nick Couchman Sent: Monday, May 11, 2020 22:42 To:

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 4:06 PM Peter De Tender wrote: > Hey Nick and all, > > > Good news! > > I got this working after running chmod 777 on my "File Exchange" folder on > the Guachost, as well as on the Download subfolder. > > Ah, I would guess instead of "chmod 777" you just need to change

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Peter De Tender
Hey Nick and all, Good news! I got this working after running chmod 777 on my "File Exchange" folder on the Guachost, as well as on the Download subfolder. It now works for all 3 Windows versions, 2012R2, 2016 and 2019. Sweet! Get Outlook for Android

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Peter De Tender
Hey Nick, It's only file transfers. Even more weird, uploads from my local device to the VM session are going, but files I copy in the Downloads folder of the G-drive get stored in my GuacVM transfer folder, but not triggering my browser to download the actual files. But only on win2019 and

Re: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Nick Couchman
On Mon, May 11, 2020 at 8:32 AM Peter De Tender wrote: > Hi, > > I had an initial support request on RDP File Transfer last week, as I > couldn't get it to work. > > However, that was on my test win2019 VM, where it works fine on 2012R2. > > My security setting is NLA, but I also tried with TLS

AW: RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Joachim Lindenberg
Hi Peter, for VMs you like hit https://issues.apache.org/jira/browse/GUACAMOLE-952. Try security “vmconnect”. Best Regards, Joachim Von: Peter De Tender Gesendet: Monday, 11 May 2020 14:32 An: user@guacamole.apache.org Betreff: RDP File transfer not working on windows 2016 or 2019

RDP File transfer not working on windows 2016 or 2019

2020-05-11 Thread Peter De Tender
Hi, I had an initial support request on RDP File Transfer last week, as I couldn't get it to work. However, that was on my test win2019 VM, where it works fine on 2012R2. My security setting is NLA, but I also tried with TLS and Any. (ignore cert). Is this a Guacamole limitation or Windows