On Linux I do:

rdesktop remotepc

How do I copy and paste between my local system and the remote system?

link|improve this question

52% accept rate
rdesktop -r clipboard:[off|PRIMARYCLIPBOARD|CLIPBOARD] – bubu Dec 22 '10 at 18:26
feedback

1 Answer

up vote 1 down vote accepted

Try using RDPv5 to connect, it should automatically set the protocol to RDPv5, but in some situations it will not.

Alternatively, try launching with these arguments:

-5 -K -r clipboard:CLIPBOARD

-5 forces RDPv5 (which it should use anyway, but sometimes it doesn't), -K forces it to not override the WM's key bindings, and -r clipboard:CLIPBOARD enables clipboard redirection (which is what you want).

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.