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
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/multiple-file-transfer-using-tcp-socket-in-python3
- Owner: nikhilroxtomar
- Created: 2022-10-21T11:29:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T12:12:46.000Z (about 3 years ago)
- Last Synced: 2024-11-16T06:28:08.777Z (about 1 year ago)
- Topics: python, python-socket-server, tcp-client-server, tcp-socket
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.