
This is Network File System Created by Ian Cahoon and Eriq Perron using C#.
Ian Cahoon created the server and Eriq Perron created the client.
Clients connect to the server using the Transmission Control Protocol and can request to log in, log out, or remotely download a file.
The selected file will be sent from the server to the client using the User Datagram Protocol, and then saved to the client computer.
This was created as a final project for a college course.