Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xfl03/ftpserver

A simple implement of FTP server in C++.
https://github.com/xfl03/ftpserver

Last synced: 21 days ago
JSON representation

A simple implement of FTP server in C++.

Awesome Lists containing this project

README

        

# FtpServer
A simple implement of FTP server in C++.

## Build
CMake 3.16+ and G++ 9+ required.
C++ 20 and C++ 17 standard has been used.
```shell script
cmake .
make
```