Easy way to share files between Linux desktop and Windows remote desktop?

4

1

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

Kyle Brandt

Posted 2011-07-10T12:57:00.623

Reputation: 3 089

Answers

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

Posted 2011-07-10T12:57:00.623

Reputation: 3 089