Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

FTP_server

Lightweight FTP server written in C++ that supports high concurrency, authored by Shukui Lin & Dafeng Xu

Usage

Quick start:

make
./ftp_server -p <port>

Then Ftp Server will listen at 8021 port by default.

Reference

Google C++ 风格指南

(主要参考7. 命名约定)