搜索资源列表
MyUpdateBasedOnHttp
- 程序更新程序。基于Http进行远程程序更新。在程序里可以设置更新服务器路径,设置好后,客户端定时连接服务器进行查询,当有新版本时,下载文件,进行更新-procedures update. Http-based remote update. The program can be set to update server path, installed, the client regularly connect servers inquiries, When a new version, downl
autoupdate
- 自动升级程序源码,实现从远程服务器上自动升级下载新的版本进行本地升级。基于http协议的。
httpclient
- C/S客户端通讯,用于客户端与服务器端通讯,实现了通讯功能-C/S client, for client and server-side communication, to achieve the communication function
Insider-2.3.1
- 一个概念性的WIN32的反弹式后门程序。客户端可以穿 越HTTP代理服务器连接到服务器端。 也可以当远程控制程序使用.-A conceptual WIN32 rally-style backdoor. The client to pass through the HTTP proxy server to connect to the server side. When the remote control program can also be used.
httpfileserver
- 架设个人的 HTTP 文件服务器,如果您觉得架设 FTP Server 太麻烦,那么这个软件可以提供您更方便的档案传输系统,下载后无须安装。运行主程序,在“虚拟文件系统”窗格下按鼠标右键,即可新增/移除文件夹。或者直接将欲加入的档案拖曳至此窗口,便可架设完成个人 HTTP 文件服务器。主程序提供卸载功能-Set up the individual HTTP file server, set up FTP Server if you feel too much trouble, then this
C#编写的简单web服务器(含源代码)
- 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JA