搜索资源列表
实验三 Ftp协议的实现
- 一个用vc写的ftp软件-a written using vc ftp software
FTP,文件传输!SMTP设计
- 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端
FTP协议解析与实现
- 总所周知,FTP在网络中有着重要的地位,如何全面认识它呢, ”FTP协议解析与实现“有助于我们理解和应用它。-total known, FTP in the network has a crucial position, how to fully understand it?, "FTP Analysis and Implementation of the agreement" will help us to understand and apply it.
P2P_netfiletransfer
- 此软件实现基于P2P网络文件传输,它有别于FTP协议实现的文件传输方法,它只需要两台计算机,不需要服务器,即可实现Internet上任何两台计算机的文件共享-this software-based peer-to-peer network file transfer, which is different from the FTP protocol file transfer, only need two computers, not servers, Internet can be reali
ftp
- 用FTP协议实现传输功能,希望高手能够加以完善.
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
myclient_c
- ftp协议中的client端的编写,利用socket编程实现的ftp协议的client端。-ftp protocol in the client side of the preparation, the use of socket programming client side of the ftp protocol.
FTP
- FTP 协议 实现了 文件传输 和下载的简单 功能-The FTP protocol to achieve a simple file transfer and download
FTP
- 利用ftp协议,制作简单的ftp客户端与服务端,实现简单的上传、下载等简单功能。-Use ftp protocol to create a simple ftp client and server, easy implementation of upload and download features such as easy.
FTP
- ftp协议实现程序-ftp protocol procedures
ftp
- ftp协议实现多点续传,好象有点怪异哦。-ftp protocol Resume Multi-point, it seems a bit strange Oh.
ftp
- ftp协议实现多线程断点续传的代码+c+++builder-ftp protocols, multi-threaded HTTP code+ c+++ builder
FTP
- 用visual c++实现的FTP协议,包括客户和服务器程序-Using visual c++ implementation of the FTP protocol
FTP
- 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedur
abc
- VisualC++网络高级编程。 基本网络编程技术。 Telnet协议实现 Http协议实现 Ftp协议实现 文件下载 UDP协议实现 ICMP协议实现 ppp协议实现 代理服务器实现 ...... -VisualC++ advanced programming network. Basic network programming. Http protocol Telnet protocol Ftp file download protocol UDP
ftp
- ftp客户端和服务器端,充分利用ftp协议,实现客户端和服务器端通信-ftp client and server
ftpusingsocket
- 本文从应用实现的角度,介绍了 FTP 协议。并用详尽的例子分析了如何用主动模式和被动模式实现 FTP 客户端上传下载文件,如何进行断点续传。通过本文可以让读者对 FTP 客户端的原理有一个深入的了解。-introduce ftp protocol and use some examples to download fils using 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)