https://github.com/uddithmachiraju/file-transfer-system
Transferring files between different operating systems like Windows and Linux can be challenging. To overcome this, I created a File Transfer System using a server-client architecture, where a server receives files and a client sends files. This allows seamless data transfer between different OS environments.
https://github.com/uddithmachiraju/file-transfer-system
flask-application html network-programming operating-systems python requests server-client-communication
Last synced: 8 months ago
JSON representation
Transferring files between different operating systems like Windows and Linux can be challenging. To overcome this, I created a File Transfer System using a server-client architecture, where a server receives files and a client sends files. This allows seamless data transfer between different OS environments.
- Host: GitHub
- URL: https://github.com/uddithmachiraju/file-transfer-system
- Owner: uddithmachiraju
- Created: 2025-03-25T14:02:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:48:51.000Z (about 1 year ago)
- Last Synced: 2025-07-07T07:49:13.388Z (12 months ago)
- Topics: flask-application, html, network-programming, operating-systems, python, requests, server-client-communication
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Transfering System (Network Programming)
Transferring files between different operating systems like Windows and Linux can be challenging. To overcome this, I created a File Transfer System using a server-client architecture, where a server receives files and a client sends files. This allows seamless data transfer between different OS environments.