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 clipboard between PC1 and PC3 without problems as there are CLIPRDR cliend and server APIs and appropriate contexts. SO it is just a mater of calling appropriate counter API (just passing data). Even copy paste of files works as expected. But for drives (RDPDR), there is only server context and some handlers for events. No client API. But what if i want to forward those drives? It seems a bit overhead that i must write driver to replicate PC1 drives on PC2 so they can be shared. Any idea? :) Thanks :) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel