https://github.com/mowlcoder/tcp-file-server
https://github.com/mowlcoder/tcp-file-server
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mowlcoder/tcp-file-server
- Owner: MowlCoder
- Created: 2024-07-21T19:15:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:16:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T19:55:56.577Z (almost 2 years ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)