[jira] [Commented] (GUACAMOLE-721) copy/paste from local to remote server and vice versa using API.Also File upload/download using API.

2019-01-27 Thread Michael Jumper (JIRA)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753390#comment-16753390
 ] 

Michael Jumper commented on GUACAMOLE-721:
--

If you have questions about Guacamole development, please use the 
d...@guacamole.apache.org mailing list:

http://guacamole.apache.org/support/#mailing-lists


> copy/paste from local to remote server and vice versa using API.Also File 
> upload/download using API.
> 
>
> Key: GUACAMOLE-721
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-721
> Project: Guacamole
>  Issue Type: New Feature
>Reporter: JAYMIN N PATEL
>Priority: Major
>
> Hi,
> I am using Guacamole to access RDP machine using API. But there is no API 
> support for copy/paste from local to remote server and vice versa using API. 
> I also did not find File upload/download from local to remote or vice versa 
> using API. Its very important for any application which would need to use 
> Guacamole API.
> Can you please add this feature. Or suggest a better alternate way to 
> implement using API.
> -Jaymin 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GUACAMOLE-721) copy/paste from local to remote server and vice versa using API.Also File upload/download using API.

2019-01-27 Thread JAYMIN N PATEL (JIRA)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753385#comment-16753385
 ] 

JAYMIN N PATEL commented on GUACAMOLE-721:
--

Hi Michael,

 

I have tried clipboard API which was suggested by you. But I cant copy data 
from remote machine to local using the below API. Can you help me understand if 
the same is possible using below mentioned API. Also Could you provide some 
example on how we can use onclipboard as I dont see much of the code of this 
event in client.js.

[http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#createClipboardStream]

[http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#event:onclipboard]

 

 

> copy/paste from local to remote server and vice versa using API.Also File 
> upload/download using API.
> 
>
> Key: GUACAMOLE-721
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-721
> Project: Guacamole
>  Issue Type: New Feature
>Reporter: JAYMIN N PATEL
>Priority: Major
>
> Hi,
> I am using Guacamole to access RDP machine using API. But there is no API 
> support for copy/paste from local to remote server and vice versa using API. 
> I also did not find File upload/download from local to remote or vice versa 
> using API. Its very important for any application which would need to use 
> Guacamole API.
> Can you please add this feature. Or suggest a better alternate way to 
> implement using API.
> -Jaymin 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GUACAMOLE-721) copy/paste from local to remote server and vice versa using API.Also File upload/download using API.

2019-01-27 Thread Michael Jumper (JIRA)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753373#comment-16753373
 ] 

Michael Jumper commented on GUACAMOLE-721:
--

{quote}
But there is no API support for copy/paste from local to remote server and vice 
versa using API.
{quote}

Yes, there is:

http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#createClipboardStream

http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#event:onclipboard

Guacamole only works because it uses its own API. If anything works in the 
mainline web application, it is also possible to do the same in your own custom 
application, as that is essentially what the Guacamole web application already 
is.

{quote}
I also did not find File upload/download from local to remote or vice versa 
using API.
{quote}

That's there, too:

http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#createFileStream

http://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#event:onfile

{quote}
Can you please add this feature. Or suggest a better alternate way to implement 
using API.
{quote}

If you have questions about Guacamole development, please post to the 
d...@guacamole.apache.org mailing list.

> copy/paste from local to remote server and vice versa using API.Also File 
> upload/download using API.
> 
>
> Key: GUACAMOLE-721
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-721
> Project: Guacamole
>  Issue Type: New Feature
>Reporter: JAYMIN N PATEL
>Priority: Major
>
> Hi,
> I am using Guacamole to access RDP machine using API. But there is no API 
> support for copy/paste from local to remote server and vice versa using API. 
> I also did not find File upload/download from local to remote or vice versa 
> using API. Its very important for any application which would need to use 
> Guacamole API.
> Can you please add this feature. Or suggest a better alternate way to 
> implement using API.
> -Jaymin 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)