Re: Can't upload files by guacamole SFTP

2019-05-15 Thread sciUser
I find that 0 will cause uploads to fail. Here is what we have in our configuration file. nginx.conf sendfileon; client_max_body_size 92160m; #tcp_nopush on; keepalive_timeout 65; Then restart nginx. The variable /path/to/storage/{GUAC_USERNAME} this is actual a

Re: Can't upload files by guacamole SFTP

2019-05-15 Thread Nick Couchman
On Wed, May 15, 2019 at 3:09 AM Hugo AMG87 wrote: > Hello, > > It's nginx and tomcat. On nginx I have added the "client_max_body_size" > line to 0, but still not work. > A couple of follow-up questions: - Are you using HTTP, or HTTPS? - Are there any log messages, either in the Tomcat logs

Re: Can't upload files by guacamole SFTP

2019-05-15 Thread Hugo AMG87
Hello, It's nginx and tomcat. On nginx I have added the "client_max_body_size" line to 0, but still not work. Thanks. El mar., 14 may. 2019 a las 19:07, sciUser () escribió: > What is your HTTP? Apache or Nginx. > > I have ran in to this and the issue was that the NGINX file size was set to >

Re: Can't upload files by guacamole SFTP

2019-05-14 Thread sciUser
What is your HTTP? Apache or Nginx. I have ran in to this and the issue was that the NGINX file size was set to low or not set at all. I posted the fix to this on this forum in a different thread. Thanks -- Sent from:

Re: Can't upload files by guacamole SFTP

2019-05-14 Thread Hugo AMG87
Hi, I´m running Guacamole 1.0.0 from Github and it´s deployed in a tomcat-nginx setup. I don't know anything about WebSockets, I don´t know how I can check which kind of them I'm using or if they are installed. HTTP is used in my configuration too. Thanks for the help and sorry me if my English

Re: Can't upload files by guacamole SFTP

2019-05-14 Thread Nick Couchman
On Tue, May 14, 2019 at 6:23 AM Hugo AMG87 wrote: > Hi, > > I have a problem uploading files in a Linux VM. The connection has SFTP > enabled (without a root directory specified) and when I try upload a text > file (a few bytes of size) the connection stops some seconds without allow > any

Can't upload files by guacamole SFTP

2019-05-14 Thread Hugo AMG87
Hi, I have a problem uploading files in a Linux VM. The connection has SFTP enabled (without a root directory specified) and when I try upload a text file (a few bytes of size) the connection stops some seconds without allow any interaction. After this, I can check that the file has been created