https://github.com/mrkdqp/file-exchange-system
A Local File Exchange System where users in the same network can send and receive files from each other.
https://github.com/mrkdqp/file-exchange-system
filesystem java
Last synced: 7 months ago
JSON representation
A Local File Exchange System where users in the same network can send and receive files from each other.
- Host: GitHub
- URL: https://github.com/mrkdqp/file-exchange-system
- Owner: mrkdqp
- Created: 2024-08-10T04:12:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T04:20:14.000Z (about 1 year ago)
- Last Synced: 2025-01-25T00:19:00.989Z (9 months ago)
- Topics: filesystem, java
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Exchange System
Introduction
This is a File Exchange System that allows clients to conveniently store, share, and retrieve files through a centralized server using either TCP or UDP protocols. The system comprises two main components: a server application and a client application.
Client Application
The client application acts as the user interface for interacting with the File Exchange System.
The client offers an input field to accept various commands for managing files.
The client application should also contain an output area to display server status from other users as well as system messages from the interaction of the client and the server application.Server Application
The server application would function as the service or program where client applications would connect to, in order to interact with other clients in the File Exchange Application