搜索资源列表
FTPresource
- 实现了ftp客户端及服务器端代码!学习ftp协议的朋友可以参考一下!-realized ftp client and server-side code! Learning ftp agreement friends can take a look!
multilineftp
- 简单实现的ftp协议,实现多线程断点续传,可适用VC6工具编译-simple realization ftp agreement, a multi-threaded HTTP, compiler tools applicable VC6
ftpxieyishixian
- ftp协议实现,计算机网络课程做的一个课程设计,请各位指导,谢谢!-ftp protocol, computer network to do a course curriculum design, guiding you, thank you!
ftp_C
- C语言实现ftp协议实现多线程断点续传,是一个不可多得的程序
ftp
- 用FTP协议实现传输功能,希望高手能够加以完善.
ftp客户端11
- ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
FTP客户端程序
- ftp协议实现多线程断点续传的代码
FTP-.rar
- 标准C语言编写的FTP客户端,充分利用FTP协议,实现FTP上传下载功能,C language standard FTP client, make full use of FTP protocol, FTP uploading and downloading functionality implementation
FtpClient
- 使用QFTP类基于FTP协议实现文件上传、下载、删除及新建等功能。-Based FTP protocol, file upload, download, delete, and new features such as use QFTP classes.
FTP
- FTP 协议 实现了 文件传输 和下载的简单 功能-The FTP protocol to achieve a simple file transfer and download
ftp
- ftp协议实现多点续传,好象有点怪异哦。-ftp protocol Resume Multi-point, it seems a bit strange Oh.
ftp
- ftp客户端和服务器端,充分利用ftp协议,实现客户端和服务器端通信-ftp client and server
ftp
- 采用客户/服务器模式,分为客户端程序和服务器端程序。服务器采用套接字来实现。客户端程序和服务器程序通过FTP协议开发。-using c# ,a simple ftp software including client and server.
FTP-protocol-procedures
- 简单的FTP协议程序,实现可以上传和下载-Simple FTP protocol procedures to achieve can upload and download
ftp
- windowsFTP功能网路程序设计客户端实现,FTP传输层的最基础协议。用于网路的文件传输-windowsFTP functional web programming to achieve the client, FTP the most basic transport layer protocol. For network file transfer
ftpusingsocket
- 本文从应用实现的角度,介绍了 FTP 协议。并用详尽的例子分析了如何用主动模式和被动模式实现 FTP 客户端上传下载文件,如何进行断点续传。通过本文可以让读者对 FTP 客户端的原理有一个深入的了解。-introduce ftp protocol and use some examples to download fils using ftp
FtpClient
- c sharp 下的网络编程源程序,主要是ftp协议实现ftp远程传输的客户端源代码-c sharp programming source code under the network, mainly long-distance transmission ftp protocol ftp client source code
FTP
- FTP服务器在VC中的的实现代码,对分析FTP协议的具体实现有很大的帮助。-FTP server in VC implementation code for the specific analysis of the FTP protocol to achieve a great help.
ftp
- 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
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)