CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - tftp传输

搜索资源列表

  1. tftp

    2下载:
  2. C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:5294
    • 提供者:朱昶炜
  1. TFTPserver

    0下载:
  2. TFTP服务器,多进程并发,支持写请求,支持两种传输模式。-TFTP server, and more complicated process, the request for support was made in support of two transmission mode.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12466
    • 提供者:丁雷
  1. tftp_SourceCode

    0下载:
  2. tftp功能服务器及客户端的实现,可多线程下载上传文件,有数据报传输跟踪信息,对协议入门编程者有很大帮助
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:24491
    • 提供者:苏惠华
  1. TFTP

    0下载:
  2. 使用IP网络提供的UDP传输协议,实现一个简单实现一个简单的文件传送软件TFTP
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:1680689
    • 提供者:yinmg
  1. tftpx-1.0

    0下载:
  2. 用C语言开发的在Linux平台上的TFTP(RFC1380)服务器端和客户端. 支持目录列表, 可变块大小(RFC2348). 传输模式只支持二进自制模式. 停止等待机制作为数据传输的基本机制, 是网络编程必须的掌握的技能. TFTP 协议使用基于UDP的停止等待机制来实现文件的可靠传输. -Developed using C language in Linux platform TFTP (RFC1380) server-side and client. Supported dir
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:7622
    • 提供者:来无影
  1. Tftpserv

    0下载:
  2. 一个tftp的文件传输协议的协议源代码,c实现,可用在嵌入式系统中-a tftp the file transfer protocol agreement source code, c realized, can be used in embedded system
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:10254
    • 提供者:大为
  1. TFTPServerforWindows

    0下载:
  2. WINDOWS下的TFTP,用于宿主机与目标板的文件传输-WINDOWS under TFTP, for the target board and host file transfer
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-27
    • 文件大小:88800
    • 提供者:txj
  1. tftp

    0下载:
  2. 基于FTFP 协议,在Linux下实现简单的传输文件和下载文件-Based on FTFP agreement, Linux achieve a simple transfer files and download files
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10081
    • 提供者:胡威
  1. tftp-1.0

    0下载:
  2. TFTP 1.0 源代码 简单文件传输协议1.0 源代码-TFTP 1.0 source code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:15073
    • 提供者:汤承刚
  1. TFTP

    0下载:
  2. TFTP是一个传输文件的简单协议,其于UDP协议而实现的。-TFTP is a simple file transfer protocol, UDP protocol and its implementation.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-02
    • 文件大小:10127
    • 提供者:刘建华
  1. TFTP

    1下载:
  2. 本程序完成了tftp文件传输,分为一个客户端和一个服务器,当客户端连接服务器成功后,服务器显示客户端当前盘符下的所有文件。客户端输入命令请求下载,服务器端同样通过命令可以完成从客户端上传文件。-The completion of the tftp file transfer program, divided into a client and a server, when a client connects to the server is successful, the client serv
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-09
    • 文件大小:2485626
    • 提供者:蓝汐
  1. TftpServer

    0下载:
  2. tftp 传输协议的服务端的实现 tftp 传输协议的服务端的实现-tftp server implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3565
    • 提供者:yuan
  1. TFTP

    0下载:
  2. tftp 文件传输,简单功能实现,c语言实现,vc 6.0 编译通过-tftp file transfer, simple functions, c language, vc 6.0 compiler through
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5240
    • 提供者:xu
  1. tftp

    0下载:
  2. 实现 tftp server服务端 。简单文件传输tftp协议-tftp server
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:5030
    • 提供者:jiang
  1. tftp

    1下载:
  2. TFTP文件传输系统运用软件工程的设计方法以visual c++ 6.0 为开发工具进行开发的。此TFTP文件传输系统采用采用客户端/服务器(C/S)模式,客户端与用户端通过UDP互相通讯。主要是在套接字的运用。随便帮学长做的东东,文档,代码,可执行文件都齐全。-TFTP file transfer system using software engineering design approach to visual c++ 6.0 development tool for the develo
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-01-25
    • 文件大小:1837063
    • 提供者:maweidong
  1. tftp-program-and-source-code

    0下载:
  2. tftp协议的实现和源码。在嵌入式系统中,传输文件常选择简单的tftp协议。-tftp coding
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2574412
    • 提供者:cuilina
  1. mytftp_udp

    0下载:
  2. 自己实现的tftp传输,基于udp,对于网络学习有一定帮助,linux下,包括客户端和服务端-TFTP transmission, based on the UDP, for the network to learn a certain help, Linux, including the client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4486
    • 提供者:教父
  1. TFTP方式客端向服端发送文件的工程

    0下载:
  2. TFTP服务器及客户端的设计和实现. a) 基于数据报套接字设计并实现 b) 客户端基于图形界面 c) 服务器和客户可以正常进行文件传输(Design and Implementation of TFTP Server and Client. A) Design and implement based on datagram socket design B) The client is based on a graphical interface C) The server and the cl
  3. 所属分类:网络编程

    • 发布日期:2017-12-25
    • 文件大小:3960832
    • 提供者:呃~这
  1. tftp1_123000123

    0下载:
  2. tftp客户端程序,解决了原tftp1.0客户端代码传输中大约128k字节应答计数有问题的bug,已在windows环境下进行测试,可以使用。(TFTP client program, to solve the original tftp1.0 client code transmission, about 128K bytes, answer count problems bug, has been tested in the windows environment, you can use.
  3. 所属分类:Ftp客户端

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:superzhouzhou
  1. tftp client

    0下载:
  2. tftp客户端,与tftp服务器进行连接,配合,完成文件传输功能(TFTP client, connect with TFTP server, cooperate, complete file transfer function)
  3. 所属分类:Ftp客户端

    • 发布日期:2020-04-09
    • 文件大小:58368
    • 提供者:huihui2
« 12 »
搜珍网 www.dssz.com