An open API service indexing awesome lists of open source software.

https://github.com/nikhilroxtomar/multiple-file-transfer-using-tcp-socket-in-python3

Multiple File Transfer using TCP Socket in Python
https://github.com/nikhilroxtomar/multiple-file-transfer-using-tcp-socket-in-python3

python python-socket-server tcp-client-server tcp-socket

Last synced: 3 months ago
JSON representation

Multiple File Transfer using TCP Socket in Python

Awesome Lists containing this project

README

          

# 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.