搜索资源列表
http
- 在PXA270开发板上实现WEB服务器。 在主程序中建立TCP类型SOCKET在80端口进行监听连接请求。
FTP_linux
- 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
httpread
- httpread - Manage reading files from HTTP/TCP socket.
Sockets-2.3.9.9.tar
- socket开发工具类库 包括 tcp udp http等 多线程的处理
SocketHttpServerConnection
- Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpClientConnection
- Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.