CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux c语言 文件传输

搜索资源列表

  1. socketftp

    1下载:
  2. 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Li
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:mafengxi
  1. normal_test_using_system_timer

    0下载:
  2. 本文件中主要包括两部分,其中一部分是使用vc++里的系统时间函数测试比较文件从磁盘导入内存和内存拷贝文件的时间区别,也测试比较了常用存储结构的操作性能,第二部分就是在linux系统下,使用linux系统时间函数测试在局域网内分别使用tcp和udp协议传输不同大小文件的时间开销,并做了简单分析。文件内还包括了比较详细的说明文档和测试数据及分析!开发语言是c语言。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43400
    • 提供者:赵成军
  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. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:745101
    • 提供者:Boycott
  1. ftp

    1下载:
  2. 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-04-22
    • 文件大小:6293
    • 提供者:yanyiliu
  1. ipmsg.tar

    0下载:
  2. 命令行的文件传输工具 c语言开发的 linux平台-Command line file transfer tool for the development of c language linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1323828
    • 提供者:wshn13
  1. client

    0下载:
  2. linux下c语言实现的FTP客户端 可和服务器端一同实现在linux下的文件传输功能-linux c language under the FTP client and server can be achieved with the linux file transfer capabilities under
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2409
    • 提供者:tqer
  1. ftp_server

    1下载:
  2. 用c语言在linux环境下实现了ftp服务器的登录模块,目录操作,文件操作,文件传输模块,工作模式,监控模块等,另外还有文档。 -C language in linux environment to achieve a ftp server login module, directory operations, file operations, file transfer module, mode, control module, in addition to the document.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1227453
    • 提供者:halie123
  1. ipmsg

    0下载:
  2. 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples o
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:326444
    • 提供者:陈旋
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:518300
    • 提供者:kevin
  1. ftp_client-server_c_linux

    0下载:
  2. 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protocol, File Transfer Protocol) cli
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:187454
    • 提供者:夜夜
  1. chatroom_in_c

    0下载:
  2. 编写的聊天是代码,实现远程聊天数据收发以及文件传输功能用Linux下c语言实现-Chat is written in code, remote chat and file transfer capabilities to send and receive data using c language under Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:22578
    • 提供者:张平
  1. serial-transfer

    0下载:
  2. 串口传输文件的源码实现 c语言 linux环境-serial transfer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:3111
    • 提供者:lijun
  1. fileTransfer

    0下载:
  2. C语言编写的 linux 下的文件传输,使用时需更改IP地址,命令行下运行-File transfer under Linux by C language
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:167194
    • 提供者:lc
  1. TCP_file_transport

    0下载:
  2. 在LINUX环境下,简易TCP文件传输的C语言源码,有简单的菜单界面-In LINUX environments, TCP file transfer simple C language source code, there is a simple menu interface
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2752
    • 提供者:丁晓娇
  1. myftp

    0下载:
  2. 类似ftp文件传输。采用c语言编程实现了服务器与客户端,并可以在linux下运行实现。-FTP file transfer. C language programming to achieve the server and the client, and can run in the linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:24599
    • 提供者:福大
  1. ftp

    0下载:
  2. 在linux环境下使用C语言运用ftp来传输文件-Use C language to use ftp to transfer the file in the linux environmentIn the Linux environment using C language to use ftp to transfer files
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:58796
    • 提供者:韩璐璐
  1. UDP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
  3. 所属分类:网络

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:xihananhai
  1. Desktop

    0下载:
  2. L牛膝下 用c语言 实现客户端服务器端文件的上传下载功能(Implement the uploading and downloading function of the client server file)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:回答的啊
搜珍网 www.dssz.com