4

Is there a way to have drag and drop access between Linux and a Windows Remote Desktop connection?

Kyle Brandt
  • 4,729

1 Answers1

4

rdesktop supports a remotedisk option which will make a share appear within the Windows computer that you have opened a remote desktop connection to.

For example:

-r disk:remotedisk=/home/kbrandt/Desktop/Shared

It will show up on the Windows box as "remoted on hostname":

Enter image description here

Kyle Brandt
  • 4,729