Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 223 Bytes

File metadata and controls

2 lines (2 loc) · 223 Bytes

FileTransferTCP-Python

Python program that allows for file transfer over TCP. It's a client-server architecture where the client sends a file to the server, and the server receives it and saves it under a different name.