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

https://github.com/mowlcoder/tcp-file-server


https://github.com/mowlcoder/tcp-file-server

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# TCP File Server

## About The Project

A mini project that allows users to upload and download files from the server.

## Getting Started

### Build

```sh
mkdir build
cd build
cmake ..
```

I tested this project on both Ubuntu and Windows, so it's kinda cross-platform :)