1 Star 0 Fork 0

Snownight22 / ttftp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ftp_main.c 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2016-04-12 21:55 . finish login code and test
/* FileName:ftp_main.c;
*
* Author:snownight;
* Date:2016.4.6;
*
*/
#include <stdio.h>
#include "ftp_err.h"
#define TEST_URL "mirrors.ustc.edu.cn"
extern int ftp_ctrl_proc(char *domain, int port);
extern int ftp_ctrl_init();
int main(int argc, char *argv[])
{
ftp_ctrl_init();
ftp_ctrl_proc(NULL, 0);//TEST_URL/*"192.168.29.152"*/, 0);
//ftp_session_create("192.168.29.152", 0);
return FTP_OK;
}
C
1
https://gitee.com/snownight22/ttftp.git
git@gitee.com:snownight22/ttftp.git
snownight22
ttftp
ttftp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891