- Notifications
You must be signed in to change notification settings - Fork15
A multithreaded file transfer client-server program build using a python programming language.
NotificationsYou must be signed in to change notification settings
nikhilroxtomar/Multithreaded-File-Transfer-using-TCP-Socket-in-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
The server supports the following functions:
- LIST: List all the files from the server.
- UPLOAD path: Upload a file to the server
- DELETE filename: Delete a file from the server
- LOGOUT: Disconnect from the server
- HELP: List all the commands
YouTube Video:https://youtu.be/FQ-scCeKWas
About
A multithreaded file transfer client-server program build using a python programming language.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published