An open API service indexing awesome lists of open source software.

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.

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