Skip to content

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

License

Notifications You must be signed in to change notification settings

2019cloudcomputingpractices/FTP_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 命名约定)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published