CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tftp 协议

搜索资源列表

  1. tftp

    0下载:
  2. 是tftp协议的简单实现,包含客户端和服务器端
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:73557
    • 提供者:jjunfan
  1. TFTP-protecol

    0下载:
  2. TFTP协议解析及注释,该协议多用于嵌入式系统开发,对网络协议开发也有一定帮助。
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:5092
    • 提供者:xiongwei
  1. tftp

    0下载:
  2. TFTP协议的源代码,包括协议本身和命令行解释两部分内容
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24870
    • 提供者:飞人
  1. TFTP的文件传输

    1下载:
  2. 用C++写的文件传输。基于TFTP协议
  3. 所属分类:Windows编程

    • 发布日期:2009-05-29
    • 文件大小:1742156
    • 提供者:ckckck110
  1. tftp协议代码

    0下载:
  2. linux下tftp源代码
  3. 所属分类:Internet/网络编程

  1. TFTP客服端和服务器代码

    4下载:
  2. 此程序通过TFTP协议,能实现上传和下载,能实现多线层操作……
  3. 所属分类:源码下载

  1. TFTP

    1下载:
  2. 用vc实现的网络编程源代码,本程序主要实现TFTP协议-Achieved with the vc network programming source code, the main achievement of this procedure TFTP protocol
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-22
    • 文件大小:105846
    • 提供者:jack
  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. tftp

    0下载:
  2. 实现tftp传输,udp协议,本机为客户端和服务器,实现小文件下载-Transfer tftp implementation, udp protocol, the machine for the client and server, download a small file
  3. 所属分类:Other windows programs

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

    0下载:
  2. 通过TFTP协议从网口下载数据。源码中board_eth_rcv()用于接收数据,将该数据上传给ip层。board_eth_send()用于将上传过来的数据包发送出去。-Through the TFTP protocol to download data from the net mouth. Source board_eth_rcv () used to receive data, the data upload to the ip layer. board_eth_send () is us
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:57598
    • 提供者:pengjun
  1. TFTP

    3下载:
  2. 简单TFTP协议实现,上传,下载文件。学习网络编程可用-TFTP protocol simple, upload, download the file. Learning Network programming available
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-03-05
    • 文件大小:1681536
    • 提供者:pqq
  1. tftp

    0下载:
  2. 在嵌入式系统中常用的烧录TFTP协议,是FTP的有效精简,本内容介绍如何来搭建此协议-Commonly used in embedded systems burn the TFTP protocol is an effective streamlining of FTP, this describes how to set up the contents of this agreement
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:33522
    • 提供者:narcissus
  1. TFTP.cxx

    0下载:
  2. TFTP协议实现的源代码,拥有所有TFTP所需要的功能-This class provides all infrastructure for a performant file transfer protocol. It works in conjuction with the rootd daemon and can use parallel sockets to improve performance over fat pipes.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:29723
    • 提供者:继超
  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. 9

    0下载:
  2. 在 μC/OS-II 上的移植,主要是针对与 CPU 或编译器相关的文件和操作系统模拟层来 进行移植,并简要描述了 LwIP 对下层的网络接口和上层的应用程序接口的编程模 型。针对以太网控制器和网络物理层芯片的硬件特征,实现了以太网驱动程序,主 要完成以太网的初始化、中断处理以及数据的接收和发送等功能,为 LwIP 提供驱动 支持。根据嵌入式应用开发的需要,在 LwIP 协议栈的基础上实现了 TFTP 协议以及 网络烧写服务器,为 Bootloader 提供有实用性的网络下载
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:618598
    • 提供者:king
  1. cPP-tftp

    0下载:
  2. c++实现tftp协议 实现多种功能,重传、读请求、写请求-c++ implements tftp protocol
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:65147
    • 提供者:lichunxia
  1. TFTP-protocol

    0下载:
  2. 教你编程实现TFTP协议,包含详细解释和源代码。-Teach you to program the TFTP protocol that contains a detailed explanation and source code.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-28
    • 文件大小:178160
    • 提供者:曾秀姗
  1. tftp

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

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

    0下载:
  2. tftp协议 这是基于 udp 的-tftp protocol is based on udp
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:317125
    • 提供者:PWSPWSPWS
  1. TFTP Client&Sever

    4下载:
  2. 用Java实现了一个以TFTP协议传输文件的程序 包括服务器端和客户端(A file transfer program by using TFTP protocol, including sever and client part.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:12288
    • 提供者:御景_
« 12 3 4 5 6 »
搜珍网 www.dssz.com