摘要:
参考库libftp(though it's in C)ftplib(again, looks like C)libCurlseems to have FTP capabilities.ace源码:main.c#include <stdio.h>#include <string.h>#include <curl/curl.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#ifdef WIN32 阅读全文
posted @ 2012-07-01 03:36
wangkangluo1
阅读(4836)
评论(0)
推荐(0)