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

搜索资源列表

  1. TFTP 客户端(源码)(1[1].0)

    0下载:
  2. TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC - 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:3.73kb
    • 提供者:李涛
  1. TFTP(1.0)

    0下载:
  2. tftp源程序!!!!!!!TFTP客户端,完全符合RFC-1350,源代码.-tftp source! ! ! ! ! ! ! TFTP client, in full compliance with RFC - 1350, the source code.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:21.24kb
    • 提供者:贲驰
  1. tftp

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

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:朱昶炜
  1. tftp-hpa

    0下载:
  2. tftp-hpa 一个功能完备开源tftp 客户端,可移植到Linux 和各个Unix 平台.已经移植到ARM-Linux
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-16
    • 文件大小:49.8kb
    • 提供者:Andrew Huang
  1. tftp client

    0下载:
  2. 这是我上期在TORNADO下用C写的实现TFTP客户端的源代码。-This is my last issue under the TORNADO C was the realization TFTP client source code.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:23.72kb
    • 提供者:王薇
  1. TFTPClient

    0下载:
  2. tftp 客户端可从服务器端下载数据,用IdTrivialFTP制做-tftp client
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:317.06kb
    • 提供者:kane
  1. tftp

    0下载:
  2. linux下c语言编写 tftp 客户端 服务端-linux under c language tftp client server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:14.13kb
    • 提供者:lin
  1. TFTPclient

    0下载:
  2. tftp客户端源码-tftp client source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3.73kb
    • 提供者:蔡永志
  1. tftp.tar

    0下载:
  2. 这是一个简单的tftp客户端,简单高效,可以在linux环境下使用,详细的代码解析可以去我的博客:http://blog.chinaunix.net/u3/94039/showart_1918322.html-This is a simple tftp client, simple and efficient, you can use in the linux environment, a detailed analysis of code can go to my blog: http://b
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:2.16kb
    • 提供者:tastesweet
  1. TFTPclientserver

    0下载:
  2. TFTP 客户端和服务器的源代码~`自己编的 可以直接编译连接运行-TFTP client and server source code ~ `own series of connections can be directly compiled to run
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:阮Tea
  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-10
    • 文件大小:2.37mb
    • 提供者:蓝汐
  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
    • 文件大小:1.75mb
    • 提供者:maweidong
  1. tftp.tar

    0下载:
  2. 自己写的简单的tftp客户端和服务器端程序。运行服务器端需要先关闭系统的tftp server服务,让出69号端口。服务端和客户端都没有处理请求中的netascii和octec关键字,不区分二进制文件和文本文件在回车上的区别,所以用系统中的tftp客户端以netascii方式从本服务器端下载的非文本文件会出错-simple tftp client and server program. Run server-side u should shut down the system tftp serv
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2.78kb
    • 提供者:sdfas
  1. tftp-1.0

    0下载:
  2. TFTP客户端和服务端程序,完成文件的收发,运行在linux环境下。-Under linux environment TFTP client and server programs, receive completed documents to run.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:39.38kb
    • 提供者:杰米
  1. tftp

    0下载:
  2. 在linux系统上实现的TFTP客户端源代码,已优化多次。-In the implementation of Linux system on the TFTP client source code, has several optimization.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6kb
    • 提供者:wuyingjiang
  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
    • 文件大小:3.78mb
    • 提供者:呃~这
  1. TFTP(1-1示例程序)

    0下载:
  2. tftp客户端和服务器用于c++语言assssss(TFTP server and client gggg)
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:4.52mb
    • 提供者:蛋蛋龙
  1. tftp源码

    0下载:
  2. tftp客户端和服务端代码,自己测试过很好用(TFTP client and server code)
  3. 所属分类:Ftp客户端

    • 发布日期:2017-12-12
    • 文件大小:5.51kb
    • 提供者:daniel_gd
  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-16
    • 文件大小:9kb
    • 提供者:superzhouzhou
  1. tftp client

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

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