搜索资源列表
实例53-多线程文件下载服务器
- 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
一个ftp服务器的原码
- 一个FTP文件服务器的源代码。可实现简单的FTP操作。 -an FTP file server source code. To achieve a simple FTP operations.
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
简单的FTP服务器
- 实现了简单的FTP功能,文件的上传,下载
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
Socket
- 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
FileServer
- 一个使用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
123
- 在的局域网中,文件服务器中的共享磁盘空间经常被用户传上来的共享文件撑满。为了节省这些宝贵的共享磁盘资源,不让服务器中的共享文件夹无限制地占用磁盘空间-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
c
- 在现实当中,文件服务器一般通过网络提供服务,现在需要实现一个本地文件服务器。为了保证文件服务器的安全性和可用性,需要具有用户认证、权限管理、文件存储、文件管理四个方面的功能。-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
serv
- 发送文件,服务器端,采用VC++6.0编写,WinSocket类,MFC-Send a file, server-side, using VC++6.0 to prepare, WinSocket classes, MFC
FileServer
- 实现文件服务器功能,支持离线文件传送,支持断点续传。-Implementation file server functionality to support off-line file transfer, support for HTTP.
FILESERVER
- 文件服务器,提供下载上传等功能.文件服务器,提供下载上传等功能,文件服务器,提供下载上传等功能-FILE TRANSMISSION
TCPIP上传下载文件
- 通过TCPIP协议,把文件传到文件服务器上。(Through the TCPIP protocol, the file is passed to the file server.)
文件服务器
- 基于tcp的文件服务器,具有上传下载查看等功能(File server, based on the TCP has uploaded and downloaded to see, and other functions)
version3.1
- 用套接字模拟实现从文件服务器(本地服务器端)上下载到客户端(Using Sockets to Simulate file server)
version3.0
- 利用socket套接字模拟从文件服务器(服务器端)下载文件到本地客户端(本机)。(The socket socket is used to simulate downloading files from the file server (server side) to the local client (native).)
vb+ftp服务器管理
- VB编写的FTP服务器,功能还是不错的,实现文件服务器功能。(VB compiled FTP server, function or good, to achieve the file server function.)
file_server
- 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)