搜索资源列表
TFTP 客户端(源码)(1[1].0)
- TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC - 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
FTPclient(VC++)
- 用Visual c++作的FTP文件上传客户端工具,功能强大,可供学习VC人员下载学习使用!-Visual c for the FTP file upload client tools, powerful, can study VC Download learning!
fce4c12ftpclient
- 用VC写的基于C++和socker的一个FTP客户端,可以实现简单的FTP上传和下载-VC was based on the C and socker an FTP client, can simple FTP upload and download
71477192FTPserver(VC++)
- c++开发的ftp客户端,供大家学习交流使用。
qk_vcftp
- VC++简单FTP客户端带毕业设计 主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法。 -VC++ simple FTP client with a graduation class is mainly practiced Winlnet simple to use, using C++ implementation, a design doc
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
Ftp-Vc
- 基于C++ 的Ftp协议封装,使用serv-u就可以测试协议,上传下载-Based on C++, Ftp protocol encapsulation, use the serv-u can test the agreement, uploading and downloading
myFtpClient
- Visual C++ 典型模块与项目实战大全\项目1\myFtpClient.zip-vc++ myFtpClient
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)