1 Star 0 Fork 1

陈良/ftp-server

forked from kunling/ftp-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.c 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
kunling 提交于 2021-06-17 00:16 +08:00 . refactor
#include "server.h"
#define SERVERPORT 21 //Using the well-known port number of FTP server 21
/**
* Start the program, i.e program entry.
* @param argc argument count
* @param argv arguments
* @return exit status
*/
int main(int argc, char const *argv[])
{
server(SERVERPORT);
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cl_jon/ftp-server.git
git@gitee.com:cl_jon/ftp-server.git
cl_jon
ftp-server
ftp-server
master

搜索帮助