Description: Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1) to remotely monitor a host, the screen displays the contents of the host, can remotely shut down (2) can remotely download or upload files (3) can remotely perform some DOS commands (4) can remotely run some executable command.
To Search:
File list (Check if you may need any files):
remotecontrol\remote-Client.java
.............\remote-Server.java
remotecontrol