搜索资源列表
C#UDP文件传输系统源代码
- C#语言编写的基于UDP协议的P2P文件传输系统源代码。可直接打开项目,带界面。
课程设计报告文件传输协议的简单实现
- 计算机网络课程设计报告文件传输协议的简单实现
文件传输协议的简单设计与实现
- 文件传输协议的简单设计与实现.doc
基于IPX_SPX协议的网络聊天和文件传输程序
- 基于IPX_SPX协议的网络聊天和文件传输程序-IPX_SPX agreement on the network chat and file transfer program
aazmodem
- zmodem文件传输协议的源码-source code of zmodem file translation protocol
tftp1
- 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
FTP,文件传输!SMTP设计
- 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FT
UDP文件传输
- 本源码用DELPHI开发,使用UDP协议进行P2P文件传输-source with the Delphi development, use UDP for peer-to-peer file transfer
传输2006
- 1.本实验要求利用微软的socket编程一段程序,可以利用TCP协议或者UDP协议,实现文件传输。-1. This experiment required the use of Microsoft's socket programming section of procedures, we can use TCP or UDP, transfer files.
FileTransferProtocol1
- 文件传输协议ftp的详细解释说明,电子书-ftp file transfer protocol detailed explanation, eBook
Server_Ftp
- 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
gftp-2.0.18.tar
- 一个linux下的ftp程序。它是使用文件传输协议的一系列程序的集合。-a linux under the ftp procedures. It is to use the file transfer protocol to assemble a series of procedures.
clientandserver3104001676
- 该程序是一个简单的文件传输协议,有两个程序组成,分别是:客户端的,服务器的。-the procedure is a simple file transfer protocol, the two programs, namely : the client side, server.
FTP
- 文件传输协议客户端,VC++ 实现案例.-File Transfer Protocol client, VC++ Realize case.
FTP
- 关于FTP文件传输协议的说明,里面详细介绍了有关FTP协议的概述-FTP File Transfer Protocol on the note, which detailed introduction of the FTP protocol overview
Ftp
- 利用面向对象程序设计语言开发简单FTP软件 目的与要求:理解掌握文件传输协议的具体内容。 要求可以传递简单文本文件。 -The use of object-oriented programming language developed with the simple purpose of FTP software requirements: File Transfer Protocol to understand and g
rfc959
- Ftp 文件传输协议的rfc文档,帮助大家很详细的了解ftp的传输过程-FILE TRANSFER PROTOCOL
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)
udp传输
- 基于udp文件传输协议,实现udp大文件传输,且稳定(Based on UDP file transfer protocol, UDP large file transmission is realized and no packet is lost)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,分为client端和server端实现的TCP基础传输协议