Re: [FreeRDP-devel] Forwarding forwarded drives

2017-06-21 Thread Predrag Manojlović
Thank you for response. It is sort of proxy with some processing and modification. For clipboard it is easy to connect PC1 and PC2 by jsut calling matching methods of client adn server: For example for clipboard client I can do: // Handlers m_clientCtx->MonitorReady = MonitorReady;

Re: [FreeRDP-devel] Forwarding forwarded drives

2017-06-21 Thread Alexei Lozovsky
On 21 June 2017 at 20:58, Predrag Manojlović wrote: > I was making application to work in following way: > PC1 (WIndows RDP client) <-> PC2 (My application redirecting data) > <-> PC3 (WIndows RDP server) Um... I don't quite understand from this diagram how your application is integrated

[FreeRDP-devel] Forwarding forwarded drives

2017-06-21 Thread Predrag Manojlović
Hello, I was making application to work in following way: PC1 (WIndows RDP client) <-> PC2 (My application redirecting data) <-> PC3 (WIndows RDP server) So PC2 is just intermediate and from the point of PC1 adn PC3 they beahve like directly connected. I was able to forward forwarded clip