Is there a way to have drag and drop access between Linux and a Windows remote desktop connection?

link|improve this question

56% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.