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

搜索资源列表

  1. 用Java实现Web服务器

    1下载:
  2. 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10425
    • 提供者:雨岳
  1. socket

    0下载:
  2. linux下使用socket传输文件的源码,文件使用了des3加密,包括客户端和服务器端。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:838546
    • 提供者:马光强
  1. IPv6CharRoom

    0下载:
  2. 1、熟悉IPv4/IPv6下Socket编程 2、掌握Socket编程关键技术 3、利用Socket编程实现网络应用 安装ipV6, 在cmd中键入命令:ipv6 install 为网卡配置地址:ipv6 adu 4/fe80::214:38ff:fe12:b8a4  Server端,等待客户端连接它,连接后将文件按块,一块一块的传到客户端  等待客户端连接 CTcpSocket* socket = new CTcpSocket(
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2425468
    • 提供者:zym
  1. chatroom

    1下载:
  2. 本程序用C++socket实现多人聊天功能。 具体功能为:服务器可以对说有人说话。 服务器可以与单个用户对话。 服务器可以踢出所有人。 服务器可以踢出某一个人。 客户端可以发送文件给服务器。 客户端可以与客户端私聊。 客户端可以说有人说话。-This procedure using C++ socket to achieve more than chat. Specific functions as follows: the server can say
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:137353
    • 提供者:王帅韬
  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. transfer

    0下载:
  2. 用socket实现了文件传输,包括完整的客户端和服务器端,实现了断点续传功能,服务器端新起一个线程来处理接受文件的工作。-Achieved with the socket file transfer, including the complete client and server side HTTP features implemented, the new server to handle from one thread to accept documentation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:2586
    • 提供者:JessicaKoo
  1. SOCKET-Send-Photo

    0下载:
  2. 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:91704
    • 提供者:汤文
  1. ADOErrors

    0下载:
  2. 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.本文附带的工程中有一个支持HTTP1.1协议,直接用Socket实现下载功能… -from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a Wi
  3. 所属分类:SNMP

    • 发布日期:2017-11-11
    • 文件大小:2830
    • 提供者:
  1. P2Psocket.pdf

    0下载:
  2. system.sockes命名空间了实现 berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.这种方法有别于ftp协议实现的的文件传输方法,利用ftp的方法需要一个专门的服务器和客户端,无疑于我们要实现的点对点的文件传输太为复杂了一些。在这里,我们实现一个轻量级的方法来实现点对点的文件传输,这样就达到了intenet上任何两个计算机的文件共享。 -namespace system.socke
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:102226
    • 提供者:hanjian
  1. src

    0下载:
  2. ftp文件更新服务器,Socket,和界面的制作,可承担5000个用户同时进行下载文件。-ftp file update server, Socket, and the interface of production, be able to absorb the 5000 users to download files at the same time.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-02
    • 文件大小:383250
    • 提供者:李国庆
  1. net

    0下载:
  2. Socket进行文件传输的例子 服务器先向客户端传文件 客户端也可向服务器端传文件-err
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:4809
    • 提供者:远地方
  1. TCP_Server_Client

    0下载:
  2. 基于TCP的客户端和服务器端的套接字编程,对初学者有用,里面有截图和使用说明-TCP-based client and server-side socket programming, useful for beginners, there are screenshots and use
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:38923
    • 提供者:刘扮德
  1. Server

    0下载:
  2. socket套接字服务器端,实现交互双方的路径显示,以及文件的传输-socket socket server-side, the realization of interaction between the two sides show the path and file transfers
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:4015
    • 提供者:dsb
  1. Transport

    0下载:
  2. 多客户端与服务器(多线程)通信,可向服务器搜索文件,服务器将(指定搜索目录)搜索结果向客服端回传,客服端可以选择是否接收以及存储目录。双方均有通信记录-client and Server socket communication File Transport
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-13
    • 文件大小:3189779
    • 提供者:xh
  1. socket

    0下载:
  2. 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2026121
    • 提供者:孔纯松
  1. socket

    0下载:
  2. TCP CS 模式文件传输可以下载和上传文件,也可浏览服务器端文件-TCP CS file transportation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1892152
    • 提供者:武礼华
  1. SOCKET-CHAT20148

    0下载:
  2. 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成-Support people while chatting, support private chat, support for IP users to transfer files between the real, the server used to complete port model is completed
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:66083
    • 提供者:胡一立
  1. 邮件服务器

    0下载:
  2. SMTP,POP3,邮件客户端,模仿邮件服务器编写,可上传下载文件(it include smtp,pop3,and user client)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:171008
    • 提供者:hob
  1. 文件传输

    0下载:
  2. 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:SAKURA鱼
  1. socket-file-transfer

    0下载:
  2. socket 文件传输,有客户端和服务器,编译可以运行(socket File transfer, there are client and server, compile and run.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:268288
    • 提供者:壮壮123
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com