Ubuntu – transfer files alo copy paste in Remmina (or another RDP client) on 13.04 while connected to a Windows 7

13.04rdpremminawindows 7

When I connect to a remote Windows 7 using as FROM a Windows 7 machine, I can copy paste files between machines. How can I enable that feature while using as FROM Ubuntu?

Best Answer

You can do it with FreeRDP (freerdp-x11 package) via terminal:

xfreerdp +drives /u:username /v:server_address:server_port

+drives tells FreeRDP to connect all your local drives.

If you dont have it you can install it:

sudo apt-get install freerdp-x11