Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komus-israel/tcp-concurrent-file-transfer
This repository contains a solution code to sending multiple files concurrently over multiple connections to a destination using python.
https://github.com/komus-israel/tcp-concurrent-file-transfer
Last synced: about 19 hours ago
JSON representation
This repository contains a solution code to sending multiple files concurrently over multiple connections to a destination using python.
- Host: GitHub
- URL: https://github.com/komus-israel/tcp-concurrent-file-transfer
- Owner: komus-Israel
- Created: 2021-03-03T22:40:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T09:30:52.000Z (over 3 years ago)
- Last Synced: 2023-05-13T21:44:49.433Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP-concurrent-file-transfer
# TCP-concurrent-file-transfer
This is a simple client-server socket programming in python.
This program can be used to transfer multiple files from client to server
#### Client will take source file path and the number of concurrent file transfer as commandline arguement. for example *python3 client.py myFolder 5*
#### The files will be transferred across multiple connections to the server at once
#### Integrity verification is supported by the client and server