in the guacd log, i found only something like: …. 13:11:28.898 [http-nio-8080-exec-2] DEBUG o.a.g.t.StreamInterceptingTunnel - Intercepting input stream #1 of tunnel "d70b3229-5cd5-4910-8502-5b8e0dea86df". …. 13:11:28.915 [http-nio-8080-exec-2] DEBUG o.a.g.t.StreamInterceptingTunnel - Intercepted input stream #1 of tunnel "d70b3229-5cd5-4910-8502-5b8e0dea86df" ended.
but the tunnel id doesn't really help and there is no info what exactly input stream #1 means. i mean something like "user x (username) uploads file y (filename) to destination z (host)". what i meant by the 2nd question was: i would like to allow downloads but not uploads or vice versa, only one-sided, not bidirectional. for example, something like: "enable-drive": "true", "deny-drive-uploads": "true" Or "enable-drive": "true", "only-allow-drive-downloads": "true"
