Hi Alexandr,
client to server transfer is implemented in xfreerdp How it works can be found in the [MS-RDPECLIP] spec. Basically, you announce a list of files (with relative paths as names) you then request file content file by file This is the same for client to server as well as server to client. For local implementation, if you want server to client then you'll need some way to paste it to the local clipboard (unix and mac only paste some URL, so you need something like a fuse file system view) hope that helps. Regards Armin On 1/21/19 5:19 PM, Alexandr via FreeRDP-devel wrote: > Hi all. > > we need to implement clipboard file-transfers in our rdp client. > Does any api documentation available at all ? > What code we can use as reference implementation ? > > thx in advance. > > > > _______________________________________________ > FreeRDP-devel mailing list > FreeRDP-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/freerdp-devel _______________________________________________ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel