搜索资源列表
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
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸
文件传输系统设计与实现
- 本次论文设计所采用的系统结构是C/S(Client/Server)模式。C/S结构通过消息传递机制,由客户端发出请求给服务器,服务器进行相应处理后经传递机制送回客户端。 Visual C++6.0编程工具是由微软公司开发,在Windows操作平台下最强有力的开发工具。Windows操作系统本身大部分就是使用C/C++语言编写的,因此,使用VC++来开发Windows应用程序是有一定优势的。
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
CSharpCourse
- C#応用程序設計教程-電子教案(PPT) 第1章 C#语言基础 第2章Windows编程的基础知识 第3章常用控件和类的使用 第4章文本编辑器的实现 第5章图形图像编程 第6章文件和流 第7章多线程程序设计 第8章 数据库与ADO.Net 第9章ASP.Net编程基础知识 第10章 Web服务器控件 第11章ASP.Net内建对象 第12章可扩展标记语言 第13章Web服务 -C
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 t
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. Ha
ftp_client-server_c_linux
- 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protoco
FTP
- 在linux上,用C语言实现服务器的开发,能上传文件和下载文件。-In linux using C language development of the server, you can upload and download files.
web
- web服务器的c语言实现,在linux环境,实现电脑之间文件共享-web server c language in linux environment, file sharing between computers
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
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.)