Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 211 Bytes

File metadata and controls

2 lines (2 loc) · 211 Bytes

Multiple File Transfer using TCP-Socket in Python3

The repo contains the code for a simple file transfer program. Here the client send multiple files to the server and the server saves all the files properly.