搜索资源列表
http_client_2.0
- 一个简单的http下载程序,用c++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux c wrote in a simple http download procedure is very simple function of the input terminal is
chttp.rar
- linux环境下,使用c语言实现http POST请求,经过实际运用的。,linux c http
code.rar
- linux下的FTP服务器,使用c开发,Gcc编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the c Development, Gcc compiler file upload, download, http technical point: waiting for the process of inter-process communica
httpclient.tar
- linux下用c实现模拟http客户端,支持get、post及上传文件等-under linux using c analog http client, support for get, post and upload documents, etc.
fws
- http web server c语言实现,兼容windows和linux,实现http web server的基本,支持gzip压缩-http web serverc language, compatible with windows and linux, the realization of the basic http web server, support for gzip compression
http_post
- * This source demonstrates sending http POST request to webserver from c++ * This uses sockets hence can be compiled on linux, UNIX, Win -* This source demonstrates sending http POST request to webserver from c++ * This uses sockets hence can
datrie_cvs20061001.tar
- This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. comparably as efficient as h
httpxmlsoap
- This source demonstrates sending http POST request to webserver from c++ This uses sockets hence can be compiled on linux, UNIX, Windows
otl
- 跨数据库平台: n 支持 oracle 的OcI n 支持DB2的cLI, n 支持ODBc(通过ODBc,可支持SQL SERVER,MySQL等) Ø 跨OS平台: n 标准c++语言,支持 unix/linux/windows Ø 使用简单: n 只有一个头文件 n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
allinone.c
- 史上最全功能的Backdoor程序,包含了http服务、socks服务等等。-* allinone.c is * a http server, * a sockets transmit server, * a shell backdoor, * a icmp backdoor, * a bind shell backdoor, * a like http shell, * it can translate file from remote host, * it c
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
up-smarthomeV1p2-html
- 一个基于ARM9的嵌入式WEBSERVER,在linux下用Gcc开发即可. 1 丰富index.html主页面 加入部分动态效果与连接 2 更改setting status cgi程序界面 3 更改shmid 为1393 4 HTML中没有加入网络摄像头的http的连接,加入即可显示网络摄像头界面-An ARM9-based embedded WEBSERVER, developed in the Gcc can be used under linux. A rich ind
BT
- linux下基于c语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、http协议中,每个下载者从FTP或http服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其
cclab
- linux下基于c语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、http协议中,每个下载者从FTP或http服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其
Sockets-2.3.9.1
- c++ Sockets 是一个跨平台的 Sockets 库,实现包括 TcP、UDP、IcMP、ScTP 协议。已实现的应用协议包括有 SMTP、http(S)、Ajp (1.3)。具有 SOcKS 客户端实现以及匿名 DNS ,支持 http 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed c++ class library wrapping the berkeley sockets c API, and therefore wor
linux-chttp-POST
- linux下纯c简单的http POST请求 客户端模型-pure c under linux simple http POST request client model
简单的http服务器(bubble httpd)
- 本科网络编程作业 简单的http服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在linux使用c语言实现。 本代码只适用于linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
c
- c语言 http协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -c language http protocol to download files, to achieve http, socket communication, currently only supports ip and port connected, interested readers may improve its domain name.
http server
- 基于linux 通过c 实现web server,适合新手学习,然后通过项目巩固一下知识点,也可以了解http协议。(linux based on server through c implementation of web, suitable for novices to learn, and then consolidate the knowledge through the project point, you can also understand the http protocol.)
cc++http服务器开发
- 跨平台windows linux c/c++ http服务器开发技术 简单可靠方便的http服务器开发包,支持Vc 和 linux NetEngine_Simplehttp c/c++ 开发http服务器(cross platform windows linux c/c++ http server development technology Simple, reliable and convenient http server development kit, supporting Vc a