搜索资源列表
ftpcode
- 一个FTP服务器的源吗程序 您需要至少在VC6.0的开发环境下才能运行!-a ftp server sourcecode,you need to complie it with visual c++~
Client-FTP
- FTP客户端,用Visual c++开发,简单使用,适合初学者参考-FTP client, using Visual c development, simple to use, suitable for beginners reference
FTPclient(VC++)
- 用Visual c++作的FTP文件上传客户端工具,功能强大,可供学习VC人员下载学习使用!-Visual c for the FTP file upload client tools, powerful, can study VC Download learning!
BISM “菁搜”FTP搜索引擎web前台源码
- BISM 菁搜 ftp搜索引擎 visual c# 2005 asp.net 2.0 (开源信息和相关帮助信息)http://blog.csdn.net/BismSoftware 有相关问题可以联系我们: BISM软件工作组 E-MAIL:Bismsotware@163.com 余文锋 E-MAIL:wenfeng610@yahoo.com.cn 陈鸿雏 E-MAIL:canzer@126.com.cn 吴侃侃 E-MAIL:suzerain2
FTPfile.rar
- 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
FTPserver(VC++).rar
- 用Visual c++作的FTP文件上传服务器端工具,功能强大,可供学习VC人员下载学习使用! ,Visual c for the FTP file upload server tools, powerful, can study VC Download learning!
Visual C++网络通信代码
- Visual C++网络通信代码 包括FTP文件上传下载,支持断点续传,是Visual C++网络通信书籍配套光盘源码-Visual C++ code for network communications, including FTP uploading and downloading files, support for HTTP is a Visual C++ books on network communications package CD-ROM Source
Liang_Network_programming_2-5
- 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures inc
ftp
- 一个FTP客户端的例子,比较简单--A simple FTP code at client
Netmanag
- 网络管理程序。含ping,ftp,smtp等功能 -Network manage app , having ping , ftp and smtp etc
EasyHtp
- 一个ftp的程序 同时是学习界面编程的好例子-Ftp at the same time a process of learning a good example of programming interface
FTP
- 用visual c++实现的FTP协议,包括客户和服务器程序-Using visual c++ implementation of the FTP protocol
CSharp_network
- visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述 第2章 C#.NET高级网络编程技术概述 第3章 开发基于TCP协议的应用程序 第4章 开发基于UDP的应用程序 第5章 开发基于SNMP协议的应用程序 第6章 使用.NET发送邮件 第7章 FTP下载与文件传输 第8章 基于C#.NET的网络管理模块 第9章 编写基于.NET的Web Service 第10章 基
FTP
- 本程序是在Visual C++环境下开发的ftp客户端软件-It is a software about ftp which is developed on the environment of Visual C++
BTWDK
- WIDCOMM 蓝牙编程 Visual C++6.0 或者Visual Studio 2005(2008)环境下,蓝牙文件传输、蓝牙音频连接、FTP文件传输等例子,附带说明文件及API使用文件-WIDCOMM Bluetooth Programming Visual C++6.0 or Visual Studio 2005 (2008) environment, the Bluetooth file transfer, Bluetooth audio connection, FTP file
FTP
- Visual C++案例开发集锦\第六章\FTP客户端开发的程序源码,值得一看!-Visual C++ case development highlights \ Chapter \ FTP client development program source code, worth a visit!
FTP
- Visual C++ 网络开发与实战 第三章远程传输处理 3.3 FTP文件处理 MFC-The Visual C++ network development and combat long-distance transmission processing 3.3 FTP file processing MFC
Ftp
- Visual C++入门学习源码 开发一个聊天软件。软件分为客户端ChatClient和服务器端ChatServer,之间通过CAsyncSocket进行对话。端口号为14875-Visual C++ ChatServer
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)
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)