Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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