A tiny version of FTP server written in c++
- Both PORT mode and PASV mode
- TLS support
- Common usage commands (e.g. LIST,MKD,PUT)
- linux >=2.6
- openssl
- glib 2.0
- CMake
mv ./tiny_ftpserver.conf /etc/tiny_ftpserver.conf
mkdir build && cd build
cmake ..
#make daemon version
make tiny_ftpserver_daemon
#make debug version
make tiny_ftpserver
tiny_ftpserver has a VsFTPd like configure file.
The default configuration is in tiny_ftpserver.conf.
This software is licensed under the GPL V2.