https://github.com/msaaddev/socket-file-transfer
A python implementation of file transfer via Sockets
https://github.com/msaaddev/socket-file-transfer
hacktoberfest python sockets
Last synced: about 1 year ago
JSON representation
A python implementation of file transfer via Sockets
- Host: GitHub
- URL: https://github.com/msaaddev/socket-file-transfer
- Owner: msaaddev
- License: mit
- Created: 2021-06-01T14:54:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T20:39:24.000Z (over 4 years ago)
- Last Synced: 2025-05-22T22:44:01.079Z (about 1 year ago)
- Topics: hacktoberfest, python, sockets
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket File Transfer
A python implementation of file transfer from server to client via Sockets.
Python Version Required: `v2.7.16`
> This is a task of my Computer Networks course - CSE-331.