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

搜索资源列表

  1. TCP的客户服务器通信程序

    0下载:
  2. TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15357
    • 提供者:刘鹏
  1. 实例53-多线程文件下载服务器

    0下载:
  2. 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68618
    • 提供者:lxy
  1. DelFile

    0下载:
  2. 这是一个文件操作的相关动态库,函数调用方式参照代码,里面封装了对文件的一写操作,在开发文件服务器的时候会有一定的帮助!-This is a document related to the operation of dynamic libraries, function call form the light source inside a package of documents of a write operation, in the development of file server wi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:234611
    • 提供者:李名
  1. 一个ftp服务器的原码

    0下载:
  2. 一个FTP文件服务器的源代码。可实现简单的FTP操作。 -an FTP file server source code. To achieve a simple FTP operations.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:133520
    • 提供者:好办法
  1. 断点传输服务器端

    0下载:
  2. 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits th
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61960
    • 提供者:赵红
  1. TCP实现客户服务器聊天程序

    1下载:
  2.   操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
  3. 所属分类:网络编程

    • 发布日期:2008-11-21
    • 文件大小:55808
    • 提供者:lenjear
  1. 简单的FTP服务器

    0下载:
  2. 实现了简单的FTP功能,文件的上传,下载
  3. 所属分类:网络编程

    • 发布日期:2012-03-30
    • 文件大小:181361
    • 提供者:hudson
  1. Socket

    0下载:
  2. C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:85416
    • 提供者:卢立国
  1. FileServer

    0下载:
  2. 一个使用VC6开发,使用c语言编写的一个本地文件服务器。 代码比较优美。 其中涉及到数据的加解密以及链表的相关知识等-A use VC6 to develop, use c language, a local file server. Comparison of beautiful code. Which relates to data encryption and decryption as well as the list of relevant knowledge
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:15913
    • 提供者:王小九
  1. 123

    0下载:
  2. 在的局域网中,文件服务器中的共享磁盘空间经常被用户传上来的共享文件撑满。为了节省这些宝贵的共享磁盘资源,不让服务器中的共享文件夹无限制地占用磁盘空间-At the local area network, file server disk space shared by users often Chuan hold up over the sharing of documents. In order to save these valuable resources shared disk from
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:376474
    • 提供者:xh
  1. c

    0下载:
  2. 在现实当中,文件服务器一般通过网络提供服务,现在需要实现一个本地文件服务器。为了保证文件服务器的安全性和可用性,需要具有用户认证、权限管理、文件存储、文件管理四个方面的功能。-In reality, the file server to provide services through the network in general, and now need to achieve a local file server. File server in order to ensure the sa
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:25426
    • 提供者:云逸
  1. TCPIP上传下载文件

    0下载:
  2. 通过TCPIP协议,把文件传到文件服务器上。(Through the TCPIP protocol, the file is passed to the file server.)
  3. 所属分类:其他

  1. samba服务器配置

    0下载:
  2. samba详细服务器配置,包含例子,下载安装步骤,基础文件(Samba detailed server configuration, including examples, download and install steps, basic files)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1321984
    • 提供者:就微光
  1. version3.1

    0下载:
  2. 用套接字模拟实现从文件服务器(本地服务器端)上下载到客户端(Using Sockets to Simulate file server)
  3. 所属分类:文件操作

  1. version3.0

    0下载:
  2. 利用socket套接字模拟从文件服务器(服务器端)下载文件到本地客户端(本机)。(The socket socket is used to simulate downloading files from the file server (server side) to the local client (native).)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:8904704
    • 提供者:Fyali
  1. tcp-file.tar

    0下载:
  2. 用于linxu 平台 进行文件上传和下载(File upload and download)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:25600
    • 提供者:人皇将士
  1. FileService-master

    0下载:
  2. 简单的文件服务,能够实现几点的简单的文件服务器(FileService demo upload file downlod file)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:有梦为嘛
  1. Dat文件数据编辑器1272

    7下载:
  2. 可以编辑梦幻古老dat文件,可以进行服务器和客户端的dat文件的编辑!(Can edit the dat file)
  3. 所属分类:其他

    • 发布日期:2019-08-17
    • 文件大小:2080768
    • 提供者:yoddo
  1. FTP文件服务器模拟器

    1下载:
  2. 通过MFC界面设计及socket套接字简单的模拟了文件上传和下载
  3. 所属分类:网络编程

    • 发布日期:2018-10-24
    • 文件大小:8905540
    • 提供者:jiayou196
  1. vb+ftp服务器管理

    2下载:
  2. VB编写的FTP服务器,功能还是不错的,实现文件服务器功能。(VB compiled FTP server, function or good, to achieve the file server function.)
  3. 所属分类:其他

    • 发布日期:2019-10-23
    • 文件大小:75776
    • 提供者:玉溪小平2
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com