搜索资源列表
完整的FTP程序
- 完整的FTP的代码,详细介绍了FTP协议的整个过程!-Complete FTP Program, describing the whole FTP protocol
ftp源代码
- FTP上传软件,可以进行简单的FTP协议的文件传送-FTP upload software, it's simple FTP file transfer agreement
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
ftp协议实现多线程断点续传
- ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
FTP
- 关于FTP文件传输协议的说明,里面详细介绍了有关FTP协议的概述
ftp-socket
- 完整的ftp协议的实现 包含客户端和服务器端
ftp
- 基于FTP协议,能实现多线程断点续传功能。
FTP协议分析
- 1、掌握FTP协议如何实现客户端和服务器端的交互 2、实践中对FTP协议的具体数据报的分析 Sniffer比课本上提供得数据包协议分析更为详尽。FTP协议就是不断得实现客户端和服务器端得交互,通过相互之间的数据包发送来进行文件的上传下载以及和客户端及服务器端的响应。对于FTP协议的分析能让我们更能体会到网络的双向以及及时响应的重要性,对于网络的具体认识有了进一步加深-one, grasp how to achieve FTP client and server side of the two i
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
利用FTP协议进行文件浏览
- 利用FTP协议进行文件浏览的程序源码,有很好的学习价值-use FTP file access to the source codes, a very good value learning
FTP
- 实现文件的FTP协议上传及下载,VC++实现,测试可以运行-The FTP protocol for file upload and download
cshapentryCourseware
- c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
Ftp
- FTP源程序,用于windows平台下的基于FTP协议的小程序,可以实现数据的传输。-FTP original procedure
FtpDownMultiThread
- Delphi 版的, 通过 WinSock2 实现 FTP 协议, 实现多线程下载, 目前只支持被动模式-Version of Delphi, through the FTP protocol to achieve WinSock2 to achieve multi-threaded download, currently only support passive mode
Ftp
- 利用面向对象程序设计语言开发简单FTP软件 目的与要求:理解掌握文件传输协议的具体内容。 要求可以传递简单文本文件。 -The use of object-oriented programming language developed with the simple purpose of FTP software requirements: File Transfer Protocol to understand and grasp the specific content. Req
vc-ftp
- 用VC写的支持FTP协议下载的源代码。支持多线程FTP下载。感兴趣的朋友可以下载看看。-Written with the VC support FTP protocol to download the source code. Support multi-threaded FTP download. Interested friends can download to see.
ftp
- 解析ftp协议。实现功能。我觉得很好。网络作业非常实用啊。-Resolution ftp protocol. Implementation features. I feel very good. Operation of the network is very useful ah.
ftp
- 用FTP协议设计一个文件传送客户端程序。实验平台为Visual Basic开发平台。将程序输入到计算机后运行程序,输入服务器的IP地址,端口号、用户名和密码连接后,传送文件。-Design with a file transfer protocol FTP client program. Experimental platform for the Visual Basic development platform. After the program input to the computer
FastDown1.1
- 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序
ftp-copy
- FTP协议的简单实现,从客户端可以获得服务器端指定的文件夹信息(FTP protocol simple implementation, from the client can get the server specified folder information)