From: http://www.cnblogs.com/go2fly/
I just logged on to the server using remote desktop and suddenly found that text cannot be pasted between the local server and the remote server, that is, text cannot be copied from the local server or pasted to the local server.
Open the task manager on the server and check the process, which contains the rdpclip.exe process. Generally, text can be pasted between the local server and remote server as long as the process exists. But why is it invalid now? The reason is unclear.
Close the process and then start-> Run-> rdpclip.exe to run the process againProgram.
Some friends opened the ClipBook Service to solve this problem. According to Microsoft, the ClipBook Service enables the "Clipboard viewer" to store information and share it with remote computers. However, even if you enable this service, text cannot be pasted. In addition, to enable the ClipBook Service, you must also enable the services dependent on Network DDE and Network dde dsdm (usually, for security reasons, these three services should be disabled ), this may cause unnecessary waste of memory resources. Therefore, you do not have to enable the ClipBook Service to solve this problem.
Supplement:
If you want to copy files to the local machine on the remote server, the usual practice is to use ftp, that is, assume the FTP service on the remote server, and then connect the FTP software with the local machine to the server, upload/download an object. This is good for processing large files (such as downloading database backup files from servers), but for small files (such as PHP and ASP source files), it is not necessary to kill chickens.
In fact, you can directly copy files to the local machine using remote desktop. You only need to select "local resources" when starting the remote desktop program, select "disk drive", and then, on the remote server, you can see the local drive (like browsing the folder shared by network neighbors)
Note:
Rdpclip.exe is the rdpclip utility provided in the Windows 2000/2003 Server resource kit. It is used on the terminal service client (Local Machine) and Terminal Server (Remote Server) copy and paste files, including text.
The file path of this program is c: \ windows \ system32 \ rdpclip.exe