loveq369 / Orianne-FTP-Server

Minimalistic C++ FTP Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orianne
=======

Orianne is a minimal FTP server running on Windows and UNIX flavours. It is self-contained and needs no setup.

Simply start it and it serves the current working directory read-only.

Orianne has been written in full C++ using boost. 

Building
========

Compilation has been tested under VS2010, gcc and clang.
To compile, you will need boost >= 1.46.1.

For Visual Studio users, simply open the mftp.sln file.
Unix users can use the Makefile in the mftp directory. Simply change to CC variable to switch compilers.

About

Minimalistic C++ FTP Server


Languages

Language:C++ 98.0%Language:Makefile 1.7%Language:C 0.3%