/TCPFileServer

TCP File Server implementation in Python 2.7. The program mimics client-server interaction where a client requests a file from the server and the server returns the appropriate file. This was developed as part of an assignment.

Primary LanguagePython

TCP File Server in Python

TCP File server that takes a filename from the client, checks the server for any number of instances of that filename, returns all the filenames and retrieves the file selected by the client