Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/xfl03/ftpserver
- Owner: xfl03
- License: gpl-3.0
- Created: 2020-06-15T12:50:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T05:29:10.000Z (over 4 years ago)
- Last Synced: 2023-08-28T08:22:11.462Z (over 1 year ago)
- Language: C++
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```