#include #include #include "ftpServer.h" int main(int argc, char** argv) { runFtpServer(); return (EXIT_SUCCESS); }