搜索资源列表
Client-FTP
- FTP客户端,用Visual c++开发,简单使用,适合初学者参考-FTP client, using Visual c development, simple to use, suitable for beginners reference
ftp(VC)
- 一个简单的ftp登陆下载程序,供大家学习。 开发环境:visual C++ -a simple ftp download landing procedures for the study. Development environment : visual C
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
Ftp
- 《visual c#.NET 案例开发集锦》书中源码——ftp服务器端程序设计-" Visual c#. NET Developer Case Collection" book source- ftp server-side programming
Netmanag
- 网络管理程序。含ping,ftp,smtp等功能 -Network manage app , having ping , ftp and smtp etc
一个日本FTP软件-FFFTP
- 一个日本写FTP客户端软件-FFFTP,构建于win32 application上,没有使用mfc,功能齐全,推荐下载--A Japan FTP client side software-FFFTP, constructs on win32 application, has not used mfc, its function is complete,recommend!
EasyHtp
- 一个ftp的程序 同时是学习界面编程的好例子-Ftp at the same time a process of learning a good example of programming interface
FTP
- 本程序是用 Visual C++.net (VC.net)编写的网络通信程序。 实现 FTP上传下载文件演示 的程序代码。代码注解详细。有需要的朋友下载看看。-This procedure is used Visual C . Net (VC.net) the preparation of the network communication program. FTP uploading and downloading files to achieve the demonstration p
FTP
- 用visual c++实现的FTP协议,包括客户和服务器程序-Using visual c++ implementation of the FTP protocol
FTP
- 本程序是在Visual C++环境下开发的ftp客户端软件-It is a software about ftp which is developed on the environment of Visual C++
ftp
- 一个Visual c#版的FTP服务器源代码!-A Visual c# version of the FTP server source code!
Visual C++网络高级编程+实例源码
- 压缩包中包括电子书及实例源代码和可执行文件。 本书在对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。 对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visua
FTP下载的实现(VC版)
- The code shows how to accomplish downloading from ftp locations. The code is based on visual c++.
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)