搜索资源列表
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
Ftp
- Ftp服务器端实现, 一个简单的ftp服务器端。用c#编写。简单容易理解
SharpDownload(FTP及WEB下载)
- 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
ftp-source
- 经典C++的源代码,实现ftp服务器功能,转载
C# FTP 服务器源码例子
- 一个简单的FTP Server例子
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
FTP 用C++编写的socket网络编程
- 用C++编写的socket网络编程,实现了FTP服务器端的功能,能同时支持链接过个客户端。
FTP服务器LINUX—C
- linux——C,信号量,hash函数,共享内存
FtpServer_latest
- C# FTP 服务器源码-C# FTP server source
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
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
Ftp-file
- 这个是一个FTP的客户端的文件的上传和下载的类,类中提供了2个接口,一个是上传的接口,一个是下载的接口。我在网上看了很多源码,都有问题,这是我自己测试过的,里面包含一个测试用例。使用的时候下载一个SERV-U FTP的服务器软件,可以安装在本机,也可以安装在虚拟机上。这样就可以模拟远程服务器的环境了。添加用户名和密码,关于怎么具体的去设置FTP服务器你百度一下,如果不能上传和下载文件,看你的FTP是否允许用户上传和下载,即用户权限设置对不对。-FTP C# file upload and dow
FTP下载的实现(VC版)
- The code shows how to accomplish downloading from ftp locations. The code is based on visual c++.
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.)