Project 7: RemoteCopyDaemon

Make a daemon program which listes to port 2234 for remote copy requests from clients, spawns a thread to handle the request, and continues listening on its socket for further requests. Use can use your solutions to RemoteCopyClient/Server as the basis of this project.