联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Ftp客户端(111) 
按平台查找All Visual C++(111) 

[Ftp客户端] 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 (2018-01-01, Visual C++, 2120KB, 下载8次)

http://www.pudn.com/Download/item/id/1514791991732796.html

[Ftp客户端] FTP-protectacoding

该文件包含ftp协议的介绍及ftp协议编程的源代码,可以让读者对该协议有详细的了解,并能程序实现相应的功能。
This file contains the introduction and ftp protocol programming source code that allows readers to have a detailed understanding of the agreement, and can program to achieve the corresponding functions. (2014-09-05, Visual C++, 26KB, 下载5次)

http://www.pudn.com/Download/item/id/2614770.html

[Ftp客户端] WinInet

基于WinInet类编程,主要编一个ftp客户端,可以与ftp服务器进行交互数据,即上传和下载,而且还可以进行用户的登录功能。
WinInet classes based programming, mainly compiled an ftp client, ftp server can interact with the data, that upload and download, but can also be the user' s login. (2014-06-09, Visual C++, 1871KB, 下载10次)

http://www.pudn.com/Download/item/id/2563737.html

[Ftp客户端] FTPTreeView

FTP服务器编程,遍历FTP服务器的目录与文件并生成目录文件树型结构,网上搜索未见其实例,特此共享,需要的下载。
FTP server programming, FTP server directory traversal and file and generate the directory tree structure file, and no examples of online search, would like to share, download needed. (2014-03-06, Visual C++, 2995KB, 下载4次)

http://www.pudn.com/Download/item/id/2476147.html

[Ftp客户端] FTPservicer

基于c++的模拟的FTP服务器,着重关于ftp协议的算法设计和编写,对于学习网络编程的朋友有一定参考意义
Simulation-based c++ FTP server, focusing on the ftp protocol algorithms designed and written for learning network programming friends have a certain reference significance (2013-09-12, Visual C++, 1513KB, 下载3次)

http://www.pudn.com/Download/item/id/2353226.html

[Ftp客户端] browser

qt下写的浏览器 带ftp插件功能 适合初学着 QT界面编程 ftp文件树状显示
qt written under the ftp browser plug-in functionality with QT interface programming for beginners with ftp file tree display (2013-09-03, Visual C++, 8KB, 下载6次)

http://www.pudn.com/Download/item/id/2346035.html

[Ftp客户端] WriteORADB(ftp)

vc++6.0编程环境,从oracle数据库查找需要下载的数据,将信息下载,ftp下载图片并按照一定的比例对图片进行缩放,打包图片上传到ftp设置文件夹中.
vc++6.0 programming environment, find the need to download data from the oracle database, information download, ftp download pictures and in accordance with a certain proportion of the picture to zoom, packaged upload pictures to the ftp settings folder. (2012-11-26, Visual C++, 4842KB, 下载8次)

http://www.pudn.com/Download/item/id/2060823.html

[Ftp客户端] FTP

VC++6.0实现的模拟FTP的传送文件功能的程序,学习windows编程的好素材-VC++ 6.0
VC + +6.0 to achieve the simulation capabilities of FTP file transfer program, a good material to learn windows programming-VC + + 6.0 (2011-09-22, Visual C++, 4098KB, 下载29次)

http://www.pudn.com/Download/item/id/1652341.html

[Ftp客户端] NetworkApp

Windows socket编程的应用层小程序参考 vs2010 发送并接受http请求 ftp上传下载文件 邮件发送接受 Base64编码
Windows socket programming reference for the application layer to send and receive http requests to download files ftp upload Base64 encoding and sending and receiving e-mail (2010-10-25, Visual C++, 40KB, 下载33次)

http://www.pudn.com/Download/item/id/1326783.html

[Ftp客户端] jisuanjiwangluo

它详细描述了计算机网络通信的编程,涉及到串口、路由器、Socket、多播、广播、FTP等方面的通信,融合了计算机与通信的知识。
it contains the knowledge of computers and communications, such as COM Socket Router Multicast and so on, it is worth studying for us. (2010-09-25, Visual C++, 3154KB, 下载14次)

http://www.pudn.com/Download/item/id/1303770.html

[Ftp客户端] ftpclientsourcecode

ftp客户端源代码,使用VC+SOCKET编程,在SERV-U6.0服务器上测试通过,能断点续传
ftp client source code, using VC+ SOCKET programming, in the SERV-U6.0 servers tested, can HTTP (2010-01-15, Visual C++, 7KB, 下载150次)

http://www.pudn.com/Download/item/id/1041322.html

[Ftp客户端] 7-1

这是个FTP程序,如果对网络编程如FTP有兴趣学习,有个能运行的代码和说明对您一定有用
This is a FTP program, if the network programming such as FTP are interested in studying, there is a will be able to run the code and description must be useful for you (2009-03-14, Visual C++, 71KB, 下载4次)

http://www.pudn.com/Download/item/id/673311.html

[Ftp客户端] FTP-Server-Code

FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计
FTP Server Code (2009-02-28, Visual C++, 108KB, 下载392次)

http://www.pudn.com/Download/item/id/656290.html

[Ftp客户端] MyFtp

这个FTP客户端只实现了单个文件的传,里面只涉及了最基本的Internet编程原理,相信对刚刚入门的你会大有帮助!
This FTP client only to realize a single file transmission, which involves only the most basic principles of Internet programming, I believe you just getting started will be of great help! (2008-07-03, Visual C++, 1949KB, 下载47次)

http://www.pudn.com/Download/item/id/503400.html

[Ftp客户端] FTP

自写的FTP客户端。纯SOCKET编程,不是用的CFtp类。希望能有所帮助
Self-written FTP client. SOCKET pure programming, instead of using the CFtp category. Hope to be helpful (2008-05-23, Visual C++, 154KB, 下载86次)

http://www.pudn.com/Download/item/id/471257.html

[Ftp客户端] ftpanalysis

ftp案例分析的所有源码及文档,windows的网络编程,利用了socket(套接字)。来实现消息和文件的传输
ftp case analysis of the source code and all documentation, windows network programming, use of the socket (socket). To achieve information and documents transmission (2007-04-04, Visual C++, 2059KB, 下载42次)

http://www.pudn.com/Download/item/id/263843.html

[Ftp客户端] FTPRAR

FTP客户端源代码,在VISUAL C++环境下编程
FTP client source code, the Visual C programming environment (2007-01-19, Visual C++, 1623KB, 下载64次)

http://www.pudn.com/Download/item/id/243876.html

[Ftp客户端] 一个FTP的完整程序

一个完整的FTP编程的例子,图形界面的使用方式,和通信协议的了解,使用的VC6.0和VC.net编译通过
a complete FTP programming examples, the use of a graphical interface, and communication protocol of understanding, the VC6.0 and compile VC.net (2006-01-08, Visual C++, 90KB, 下载43次)

http://www.pudn.com/Download/item/id/139487.html

[Ftp客户端] ftp cs编程

这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件
This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc. (2005-12-28, Visual C++, 1628KB, 下载30次)

http://www.pudn.com/Download/item/id/136240.html

[Ftp客户端] sourceClient

很有名气的Ftp客户端开源软件,多个类像CAsyncSocket类都很经典;是很好的学习网络编程的教材
very well Ftp Client open-source software, a number of categories such as CAsyncSocket are classics; The study is a good teaching Network Programming (2005-03-29, Visual C++, 569KB, 下载134次)

http://www.pudn.com/Download/item/id/1112087358218794.html
总计:111