搜索资源列表
FTP类,支持防火墙设置 & ftpclient_demo
- 一个FTP类,可以学习FTP的工作原理-an FTP category, we can learn from the working principle FTP, etc.
MyFtp
- 这个FTP客户端只实现了单个文件的传,里面只涉及了最基本的Internet编程原理,相信对刚刚入门的你会大有帮助!
tftp
- 很不错的tftp例子,让大家可以了解tftp的工作原理,对新手学习tftp很有帮助-Tftp very good example, so that everyone can understand the working principle of tftp, tftp helpful for beginners to learn
FTP
- 计算机网络原理课程设计报告 一个简单的FTP客户端-Course Design of computer networks report a simple FTP client
MyFtp
- 一个FTP的源码。通过源码可以学习了解ftp原理。-An FTP source. Through the source can learn to understand the principle ftp.
FTP_Client
- 简单的FTP客户端,可以学习FTP的工作原理,设计自己的通信协议。-Simple FTP client, FTP works can learn to design their own communication protocol.
ftpserver
- VC++编写的极速FTP客户端程序,功能很强大,国内某大学一高手写的,带有一个像FLASHGET一样的悬浮窗。看上去很专业,连接速度确实快,原理就等大家慢慢研究了。可以新建站点、编辑站点、前台传输、后台传输、窗口布局、本地视图等,和著名的CuteFTP有点像。-Written in VC++ speed FTP client program, very powerful, a national expert to write a university, with a floating windo
ftpusingsocket
- 本文从应用实现的角度,介绍了 FTP 协议。并用详尽的例子分析了如何用主动模式和被动模式实现 FTP 客户端上传下载文件,如何进行断点续传。通过本文可以让读者对 FTP 客户端的原理有一个深入的了解。-introduce ftp protocol and use some examples to download fils using ftp
FTPClientintroduction
- FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP
a126
- vb编写的FTP服务器,FTP客户端,HTTP服务器,HTTP文件下载,HTTP原理示例-VB prepared by the FTP FTP client, server, HTTP server, HTTP file download example, HTTP principle
ftp-java
- 使用java语言开发ftp的代码及ftp原理详细介绍-the development of ftp and the introduce of the theory of ftp
FTP客户端
- 关键字:Ftp客户端、FTP协议、工作原理、上传下载(Ftp client, FTP protocol, working principle, uploading and downloading)
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)
