代码搜索:FTPClient
找到约 782 项符合「FTPClient」的源代码
代码结果 782
www.eeworm.com/read/387121/8705361
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : ftpclient
=======================================================================
www.eeworm.com/read/159995/10580568
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// ftpclient.pch 将是预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
www.eeworm.com/read/273233/10922423
makefile
all:ftpclient ftpserver
ftpclient:ftpclient.c ftp.h
gcc ftpclient.c -o ftpclient
ftpserver:ftpserver.c ftp.h
gcc ftpserver.c -o ftpserver -lpthread
clean:
rm -f ftpclient ftpserver
www.eeworm.com/read/133772/5902811
changelog
2003-07-02 Daniel N閞i
* src/ftpclient.c (send_cmd): Fix typo in error message.
(opendatasock): Use snprintf instead of sprintf.
2003-04-28 Andrew Lunn