-2

I have windows server 2008R2. I & friends are using remote desktop for connecting to server.

My problem is : I want to prevent user copy anything from server to client (or at least, file & folder) but still allow them copy from client to server.

How can I do that? I use google but there are no answer :(

Thank you :).

1 Answers1

0

You can't half-enable it - if you enable clipboard on the server-side, then anyone who log in (and, of course, enable it in the client) can use it both to copy from and to the server.

You should look for some other remoting solution.

EliadTech
  • 1,240
  • 9
  • 14
  • 1
    This answer doesn't make sense. Even if the feature exists in the protocol there is nothing preventing a client or server implementation from having a setting to disable the feature - or just not implement it at all. – kasperd Jun 14 '15 at 09:11
  • @kasperd Of course the server or the client can ignore parts of the data, but the default tools (meaning RDP server and RDP client) either allow clipboard or the don't - you can't take half. So unless he is going to code a new server-side RDP it's not possible to control what the end-users do with this feature. But maybe I wasn't clear enough and should rephrase my answer. – EliadTech Jun 14 '15 at 11:17