CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - file transfer from server to client

搜索资源列表

  1. AgileIM[1]

    3下载:
  2. AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:759.56kb
    • 提供者:王懿璞
  1. File_Trans1879914222005

    0下载:
  2. Title: File Transfer client and server Descr iption: Send or recieve files of any size or type between you and a peer. Displays bytes sent or recieved, return values of send() and recv(), bitrate in KBytes/sec, and time remaining. SendFile and Recv
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.13kb
    • 提供者:wei
  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
    • 文件大小:2.53kb
    • 提供者:JessicaKoo
  1. P2Psocket.pdf

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

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

    0下载:
  2. 本程序实现多线程网络文件的传输,由服务器端和客服端组成,其结构非常简单-This procedure to achieve multi-threaded network file transfer, from server-side and client customer service composition, its structure is very simple
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-15
    • 文件大小:74.59kb
    • 提供者:仿佛过
  1. FileTrans

    0下载:
  2. 文件传输程序,分为服务端和客户端2个子程序.此前被用于系统升级时自动下载最新的程序;以及医保系统中,从医保中心下载参保人图片文件,供第三方程序使用。-File transfer process, is divided into server and client sub-process 2. Prior to being used for system upgrades automatically download the latest procedures and the health in
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:29.73kb
    • 提供者:znxia
  1. Server_Client

    0下载:
  2. 建立局域网间的文件传输,实现从client到server的文件传输-Between the establishment of local area network file transfers from client to server file transfer
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-14
    • 文件大小:3.41mb
    • 提供者:ljb
  1. FTP

    1下载:
  2. 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedur
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-27
    • 文件大小:5kb
    • 提供者:林西
  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. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:747.71kb
    • 提供者:gyh
  1. File-Transfer-from-Server-to-Client

    0下载:
  2. 用java编写的一个文件传输工具,希望对大家有所帮助。-Jmichelle of a file transfer tool, hope to help.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2.81kb
    • 提供者:于晓飞
  1. netwrs

    0下载:
  2. This library implements the VxWorks Trivial File Transfer Protocol (TFTP) client library. TFTP is a simple file transfer protocol (hence the name "trivial") implemented over UDP. TFTP was designed to be small and easy to implement. Therefore,
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:611.41kb
    • 提供者:steven
  1. Streamkick

    0下载:
  2. Streamkick is a tool to kick streamingclients from shoutcastservers. The Admin creates a keyfile with the encryptet data of the Streamserver / Port and Password. This File can be added to the Client to transfer the Configuration without a readable Pa
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.73mb
    • 提供者:Schliack
  1. FTPdesign

    0下载:
  2. FTP文件传输系统分为客户端和服务器端。 客户端主要功能:1、配置服务器IP地址,指定特定的FTP服务器;2、输入用户名和密码获得文件操作权限;3、从服务器下载文件;4、从客户端上传文件;5、查看服务器主目录及子目录的文件。 服务器端主要功能:1、启动FTP服务;2、接受用户进行远程登录;3、提供用户对主目录及子目录上的文件进行下载;4、允许用户将本地文件上传至服务器;5、允许用户查看服务器目录上的信息;6、停止FTP服务。 -FTP file transfer system is
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1.19mb
    • 提供者:范梦
  1. winsock

    0下载:
  2. 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, So
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:54.78kb
    • 提供者:vzyuki
  1. server

    0下载:
  2. 讲诉如何传送文件 ,从服务端如何到客户端进行工作, 接受文件等等。-Recounts how to transfer files from the server to the client how to carry out the work, accept the file, and so on.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:木子
  1. QQ

    0下载:
  2. 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6.91kb
    • 提供者:佟文浩
  1. net2ftp_v1.0

    0下载:
  2. You want to build a website, so you start creating web pages on your computer. Next, you need to publish them: you need to put those pages on a web server so that everyone would be able to view them. To transfer the files from your computer t
  3. 所属分类:Ftp客户端

    • 发布日期:2018-01-08
    • 文件大小:4.25mb
    • 提供者:afanou
  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
    • 文件大小:1kb
    • 提供者:SAKURA鱼
  1. HFUT JAVA 5

    4下载:
  2. 说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。 5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file. 5. Write a program and use socket communication mechanism to t
  3. 所属分类:其他

    • 发布日期:2020-10-23
    • 文件大小:2kb
    • 提供者:zhouzhou ZHOU
« 12 »
搜珍网 www.dssz.com