/file-transfer-tcp

Simulating TCP File Transfer using Python.

Primary LanguagePython

File Transfer using TCP

Simulated from scratch using python.

How to run

Run the server from the /src directory.

python3 server.py <server_port> <file_path>

Run the client from the /src directory.

python3 client.py <client_port> <server_port> <file_path>