Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 437c503

Browse files
Update README.md
1 parent ebfacec commit 437c503

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Multithreaded-File-Transfer-using-TCP-Socket-in-Python
1+
# Multithreaded File Transfer using TCP Socket in Python
2+
3+
A multithreaded file transfer client-server program build using a python programming language. The server has the capability to handle multiple clients concurrently at the same by using threading. The server assigns each client a thread to handle working for that client.
4+
5+
The server supports the following functions:
6+
- LIST: List all the files from the server.
7+
- UPLOAD path: Upload a file to the server
8+
- DELETE filename: Delete a file from the server
9+
- LOGOUT: Disconnect from the server
10+
- HELP: List all the commands
11+
12+
YouTube Video: [https://youtu.be/FQ-scCeKWas](https://youtu.be/FQ-scCeKWas)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /