搜索资源列表
c++3
- ftp服务器代码,它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。 -ftp server code, it can also accept a number of ftp connections (multithreading), and with most of the commercial ftp server functions. The server supports all
SharpDownload(FTP及WEB下载)
- 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
FtpServer_latest
- 一个C#实现的FTP Server源代码-a C# FTP Server source code
c语言实现软件自动升级
- 用C及ftp实现软件自动升级。通过在服务器端建立FTP服务,实现远程主机的文件更新. 软件启动过程连接服务器,获得软件文件更新列表(此步省略),进行本地文件更新 启动过程进行系统调用执行批处理文件ftpget.bat,调用方式system( \"e:\\\\ftpget.bat\" ) 文件ftpget.bat负责连接服务器下载所需文件,并完成文件的更新-C ftp software and automatic upgrades. Through the establis
C# FTP 服务器源码例子
- 一个简单的FTP Server例子
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
FtpServer_latest
- C# FTP 服务器源码-C# FTP server source
FTPServer
- FTP服务端,C#面向对象编程,比较详细的代码注释。-FTP Server, C# object-oriented programming, a more detailed code comments.
C++hxbc
- C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
AsyncSocketServer
- ftp服务器和客户端的简短代码 用C#编写-ftp server and the client brief using C# code to prepare
FTPUploader
- Using FTP to upload files in C# is a very simple and universal way to upload files from a webserver. Most servers today, free and paid for, have support for FTP uploading. All one needs is a username and password and the operation becomes quite simpl
ks0706
- 一个基本的考试软件,基本原理为隐藏的FTP服务器,自动下载加密的题目并解密,能够在VC控件中读取RTF多格式文档(含有图片),并显示在VC控件中,进行答题,目前含判断、选择、简答题型。可以作为考试系统的基本框架。题目数据库:ks005.mdb,考号见该数据库中,注意文件中的隐藏文件夹在C:\\WINDOWS\\Resources\\Themes\\Luna\\Shell\\NormalColor和c:\temp等,读懂路径变化后可以自己修改运行。ftp服务器为网上下载后修改,在chap5中。考试
ftp
- 一个Visual c#版的FTP服务器源代码!-A Visual c# version of the FTP server source code!
FTP
- 这个是用c++编写的用来实现一个ftp服务器的代码,实现了比较简单的工程,还算比较好,稍作修改后可以直接用-This written c++ to a ftp server code, fairly good, with some slight modifications can be directly used
FTP
- 这是一个基于C++设计的FTP上传与下载软件源代码,包括主窗体及远程FTP服务器信息窗口设计等-This is a software source codebased design for the FTP upload and download based on C++, including the main form and a remote FTP server information window and so on
FtpServer
- 用c#实现的一个ftp服务器,有源码,需要的下-C# ftp server with an implementation, source code, under the required
ftp
- 连接ftp服务器,下载文件,c++builder代码,不错的代码示例-Connect to the FTP server, download files, c++builder code, a good example code
FTP
- c语言来模拟FTP服务器与客户端的实现,实现客户端与FTP服务器通信。(C language to simulate the implementation of FTP server and client, to achieve client and FTP server communication.)
FTP服务器源代码C语言
- FTP服务器端源代码,非常的好, 非常好用(FTP server-side source code, very good, very easy to use)
FTP_Client
- 在windows平台上用C++编程语言实现了一个FTP服务器的客户端,配合filezilla,可以实现资料的上传和下载功能。(On the windows platform, a client of FTP server is implemented with C++ programming language. With FileZilla, the uploading and downloading functions of data can be realized.)