搜索资源列表
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
FTPresource
- 实现了ftp客户端及服务器端代码!学习ftp协议的朋友可以参考一下!-realized ftp client and server-side code! Learning ftp agreement friends can take a look!
ftp.cls
- ftp源码,通过简单代码可实现ftp功能-ftp source, the code through a simple function can be realized ftp
yichucode
- 小路的 ftp益处 代码 ,可以 用来研究 ftp 协议-ftp benefits of the road code can be used to study the agreement ftp
最近代码设计方法
- 最近的代码设计方法,其中详细说明了代码的构成方式和其中的技巧,可以参考作为网页开发的重要依据-recent code design methods, a detailed descr iption of the code and the manner in which constitute the skills, they can refer to the website as an important basis for development
ClientFtp
- 一套完整的FTP客户端代码,可实现类似cuteftp、FlashFXP一样的功能。-A complete set of FTP client code, can achieve similar cuteftp, FlashFXP same function.
FtpUpLoad
- 这个针对FTP上传的源程序代码,可以供刚刚接触VC的朋友有帮助,多看多学-The source code for FTP upload code, you can contact for VC just have to help friends, learn many many look
Phpclass
- 一个Ftp操作的类,简单实用 很多人都想要一个简单的并且能完成Ftp应有功能的代码。你现在看到的这个类就有这样的功能。 它用很简单的代码,来实现了您需要的功能。它可以轻松的帮您上传文件,并结束对话。 它是如此的简单,相信你很快就能掌握它。 -Ftp a class action, simple and practical, many people want a simple and can be completed Ftp proper function of the code. Y
FTP_Client_Source
- 该文件为FTP协议的客户端代码,可以方便对FTP的协议研究及源码分析有很大的帮助-The FTP protocol document for the client code, you can easily FTP protocol on research and analysis is very helpful source
ftp
- 关于FTP的一篇课程设计,里面有方法、步骤和一些相关代码,有兴趣的朋友可以看一看-An FTP program on the design, there are methods, steps and some related code, interested friends can see
ftpscanner
- ftp扫描器,代码短小精悍,在此基础上可以扩展很多功能,初学者很适合。-ftp scanner, the code short and pithy, on this basis can extend many functions, is suitable for beginners.
threadftp
- 一个多线程的 VC++ FTP客户端程序源代码,其实本代码的FTP程序相对简单,因为程序主要想表现的并非FTP程序如何编写,而是多线程技术的加入,简单的才是好理解的,理解了你才能慢慢高深起来哦。 -A multi-threaded VC++ FTP client program source code, in fact, the FTP program of this code is relatively simple, because the program is not primaril
ftp
- 用c#编写的ftp上传下载小工具,代码详细,可直接运行-Yourself prepared, used repeatedly, can be run directly, error-free, detailed and easy to understand code, do not miss.
ftpclient
- java版的ftp上传功能示例代码,可以实现断点续传-java version of the ftp upload sample code, HTTP can be achieved
FTP
- 简易的FTP,使用help可以查看使用信息,内嵌有python代码-A simple realization of the FTP, use the help you can view with instructions for use, within the embedded python code
tftp1_123000123
- tftp客户端程序,解决了原tftp1.0客户端代码传输中大约128k字节应答计数有问题的bug,已在windows环境下进行测试,可以使用。(TFTP client program, to solve the original tftp1.0 client code transmission, about 128K bytes, answer count problems bug, has been tested in the windows environment, you can use.
ftp 客户端 服务器
- 使用 vs 开发的一个 ftp 传输工具,实现服务器和客户端,可以提取关键的代码,整合到项目中使用。(Using a FTP transmission tool developed by vs to implement the server and client, the key code can be extracted and integrated into the project.)