CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C语言实现文件服务器

搜索资源列表

  1. SharpDownload(FTP及WEB下载)

    0下载:
  2. 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:107556
    • 提供者:周光洪
  1. tftp1

    1下载:
  2. 一个在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
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:9435
    • 提供者:andy
  1. c语言实现软件自动升级

    0下载:
  2. 用C及ftp实现软件自动升级。通过在服务器端建立FTP服务,实现远程主机的文件更新. 软件启动过程连接服务器,获得软件文件更新列表(此步省略),进行本地文件更新 启动过程进行系统调用执行批处理文件ftpget.bat,调用方式system( \"e:\\\\ftpget.bat\" ) 文件ftpget.bat负责连接服务器下载所需文件,并完成文件的更新-C ftp software and automatic upgrades. Through the establis
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1185
    • 提供者:lll
  1. 一个简单的FTP服务器c源码

    3下载:
  2. 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
  3. 所属分类:网络编程

    • 发布日期:2010-08-24
    • 文件大小:22539
    • 提供者:tao_627@126.com
  1. 功能齐全的嵌入式web服务器

    3下载:
  2. 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
  3. 所属分类:Internet/网络编程

  1. logtest1.0

    0下载:
  2. 用于服务器的日志输出,输出到终端和文件中,采用桥接模式。用c++语言实现。-For server log output, output to the terminal and file, use the bridge mode. Using c++ language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:326014
    • 提供者:ni
  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. tcpfile

    0下载:
  2. C语言实现了TCP传输,运用socket,服务器程序开启后等待客户端连接,客户端连接后服务器可向其传输指定文件-C language implementation of the TCP transmission, the use of socket, the server program waits for the client connection is opened, the client is connected to its transmission can be specified f
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:2763
    • 提供者:沈文斌
  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. stfttp11o

    0下载:
  2. 一个在unix下用c语言实现tftp(简单易懂文件传输协议议)的源码 包含服务器端与客户端 可直接使用。 已通过测试。 -Under unix tftp (to understand and simple file transfer protocol) Session c language source code contains the server-side and client can be used directly. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9211
    • 提供者:sacri
  1. FTP

    0下载:
  2. 在linux上,用C语言实现服务器的开发,能上传文件和下载文件。-In linux using C language development of the server, you can upload and download files.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:31492
    • 提供者:小河
  1. tftp1

    0下载:
  2. 一个在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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:9483
    • 提供者:saleinf
  1. 简单的HTTP服务器(bubble httpd)

    0下载:
  2. 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
  3. 所属分类:Web服务器

    • 发布日期:2013-10-16
    • 文件大小:51919
    • 提供者:ipaoTAT
  1. webServer

    0下载:
  2. 在linux环境下纯C语言实现了一个简单的Web服务器的功能。支持html,js,css,jpg,gif等文件格式的请求。-Under linux environment pure C language function implements a simple Web server. Support Request html, js, css, jpg, gif, etc. file formats.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1843
    • 提供者:Meng
  1. chat

    0下载:
  2. 基于c语言实现视频聊天系统 有如下2个文件夹: 1. Client:保存了客户端的项目程序,使用Visual C++6.0打开文件Client.dsw,然后使用工具栏中的“Build”命令即可调试。 2. Server:保存了服务器端的项目程序,使用Visual C++6.0打开文件Server.dsw,然后使用工具栏中的“Build”命令即可调试。-C language based video chat system
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:7131460
    • 提供者:shun
  1. http

    0下载:
  2. c语言实现的在linux下编译的,可以通过输入地址文件名下载服务器上的文件的源码,封装了中间层,便于在不同平台上移植。-c language compiler in linux, you can file by entering the address on file name to download server source code, encapsulate the intermediate layer, easy to transplant on different platforms.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:128254
    • 提供者:张娜娜
  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. WebServer

    1下载:
  2. a)实现的服务器应能与标准的浏览器(如IE浏览器)进行简单的交互; b)记录浏览器与服务的交互过程; c)利用HTML语言编写网页(可以不包括图像、声音等多媒体文件),浏览器可通过编写的Web服务器正常访问该网页; d)支持多用户并发访问; e)在Windows平台下,采用C/C++语言; f)扩展编写的简单Web服务器,使浏览器能够浏览Web上存储的图像。(A) implemented servers should be able to interact easily with st
  3. 所属分类:Web服务器

    • 发布日期:2018-01-08
    • 文件大小:2779136
    • 提供者:zizui
  1. Desktop

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

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:回答的啊
  1. file_server

    0下载:
  2. 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-04-04
    • 文件大小:10240
    • 提供者:BlueSky_?
« 12 3 »
搜珍网 www.dssz.com