搜索资源列表
SharpDownload(FTP及WEB下载)
- 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
tftp1
- 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
c语言实现软件自动升级
- 用C及ftp实现软件自动升级。通过在服务器端建立FTP服务,实现远程主机的文件更新. 软件启动过程连接服务器,获得软件文件更新列表(此步省略),进行本地文件更新 启动过程进行系统调用执行批处理文件ftpget.bat,调用方式system( \"e:\\\\ftpget.bat\" ) 文件ftpget.bat负责连接服务器下载所需文件,并完成文件的更新-C ftp software and automatic upgrades. Through the establis
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
logtest1.0
- 用于服务器的日志输出,输出到终端和文件中,采用桥接模式。用c++语言实现。-For server log output, output to the terminal and file, use the bridge mode. Using c++ language.
ftp
- 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
tcpfile
- C语言实现了TCP传输,运用socket,服务器程序开启后等待客户端连接,客户端连接后服务器可向其传输指定文件-C language implementation of the TCP transmission, the use of socket, the server program waits for the client connection is opened, the client is connected to its transmission can be specified f
client
- linux下c语言实现的FTP客户端 可和服务器端一同实现在linux下的文件传输功能-linux c language under the FTP client and server can be achieved with the linux file transfer capabilities under
stfttp11o
- 一个在unix下用c语言实现tftp(简单易懂文件传输协议议)的源码 包含服务器端与客户端 可直接使用。 已通过测试。 -Under unix tftp (to understand and simple file transfer protocol) Session c language source code contains the server-side and client can be used directly. Has been tested.
FTP
- 在linux上,用C语言实现服务器的开发,能上传文件和下载文件。-In linux using C language development of the server, you can upload and download files.
tftp1
- 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
简单的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
webServer
- 在linux环境下纯C语言实现了一个简单的Web服务器的功能。支持html,js,css,jpg,gif等文件格式的请求。-Under linux environment pure C language function implements a simple Web server. Support Request html, js, css, jpg, gif, etc. file formats.
chat
- 基于c语言实现视频聊天系统 有如下2个文件夹: 1. Client:保存了客户端的项目程序,使用Visual C++6.0打开文件Client.dsw,然后使用工具栏中的“Build”命令即可调试。 2. Server:保存了服务器端的项目程序,使用Visual C++6.0打开文件Server.dsw,然后使用工具栏中的“Build”命令即可调试。-C language based video chat system
http
- c语言实现的在linux下编译的,可以通过输入地址文件名下载服务器上的文件的源码,封装了中间层,便于在不同平台上移植。-c language compiler in linux, you can file by entering the address on file name to download server source code, encapsulate the intermediate layer, easy to transplant on different platforms.
UDP协议客户端服务器间视频传输c源码
- 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
WebServer
- a)实现的服务器应能与标准的浏览器(如IE浏览器)进行简单的交互; b)记录浏览器与服务的交互过程; c)利用HTML语言编写网页(可以不包括图像、声音等多媒体文件),浏览器可通过编写的Web服务器正常访问该网页; d)支持多用户并发访问; e)在Windows平台下,采用C/C++语言; f)扩展编写的简单Web服务器,使浏览器能够浏览Web上存储的图像。(A) implemented servers should be able to interact easily with st
Desktop
- L牛膝下 用c语言 实现客户端服务器端文件的上传下载功能(Implement the uploading and downloading function of the client server file)
file_server
- 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)