搜索资源列表
update许多风格
- 一个FTP的下载工具,可以实现壳户和服务器同步!-an FTP download tools, can achieve a shell households and server synchronization!
CSTest
- 实现FTP的功能,可以下载上传。而且支持断点续传。FTP服务器及客户端。界面美观,采用JDK1.5开发-FTP functions can be downloaded upload. But support for HTTP. FTP server and client. Beautiful interface, developed using JDK1.5
FTPsever_c++.net
- 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
SafeFTPServer
- FTP服务器, 参考Server U的命令, 用多线程, 但没用完成端口, 上传下载都有速度控制, 权限控制调用接口-FTP server, the reference Server U orders using multiple threads, but useless completed ports, Upload have download speed control, access control Call Interface
ftp.tar
- ftp服务器,可以进行上传和下载,是个挺小的程序-ftp server that can be uploaded and downloaded, it is quite small procedural
FTPClient
- 用C#编写的简单FTP服务器,支持多任务上传下载!
MTServerSrc
- 一个多线程的TCP服务器,它使用自定义通信协议向客户方传递文件,本下载是服务器端工程
BB
- 文件传输服务器 C# 很好的案例 希望大家下载
yibu
- 模拟服务器的异步下载功能,可以实现异步下载文件等
FTP协议编程
- 实现网络文件传输的程序,通过它你可以从文件服务器上下载您所需要的文件-network file transfer process, through which you can download the file server you need a document
一个ftp服务器的原码
- 一个ftp服务器的原码,可以下载和上传ftp地址文件-source code of a ftp server,it can download and upload ftp address file
ftp.rar
- 一个自制的ftp服务器功能探索,实现了多线程ftp上传和下载,A self-made ftp server functionality to explore, to achieve a multi-threaded ftp upload and download
FTPserver(VC++).rar
- 用Visual c++作的FTP文件上传服务器端工具,功能强大,可供学习VC人员下载学习使用! ,Visual c for the FTP file upload server tools, powerful, can study VC Download learning!
FTP
- 一个基于大学为FTP服务器及客户端的FTP下载源程序-University-based FTP server and FTP client source code download
Net5
- ftp服务器代码,可以进行文件的上传和下载,比较简单,适用于初学者-ftp server code, can upload and download files, is relatively simple for beginners
ftpserver
- 用vc 开发的 ftp服务器 可以上传或下载-a ftp server developped by vc++
ftpApp
- ftp服务器和客户端的实现原理源代码,在PC机上调试通过,可以进行文件的下载和上传。-ftp server and client implementation of principles of the source code to debug through the PC, you can download and upload to the file.
Ftp服务器
- 拥有强大的功能,能实现上传,下载,删除文件等,按自己的需求稍作修改即可分享给身边的朋友使用。
ftp服务器端
- ftp的服务器端源码,需要的可以下载。内容非常的丰富,想要深刻理解,可以使用。
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要