搜索资源列表
ftp.tar
- ftp服务器,可以进行上传和下载,是个挺小的程序-ftp server that can be uploaded and downloaded, it is quite small procedural
FTP_download
- vc++实现的FTP上传下载,有图形界面。-vc achieve FTP upload download, a graphical interface.
FullFTPClientBeta1
- VB源码(FTP上传下载),功能不错
MyFtp
- 此程序可以实现FTP上传和下载的功能。开发环境VC++.
FTP上传下载文件源码vb
- 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
一个ftp服务器的原码
- 一个ftp服务器的原码,可以下载和上传ftp地址文件-source code of a ftp server,it can download and upload ftp address file
VB-FTP下载源码
- 一个用VB编写的FTP上传、下载程序,可以方便的实现文件的上传下载。-a program for FTP uploading and downloading written in VB.It can implement file uploading and downloading conveniently
好用的ftp上传下载源码
- delphi ftp 源码,包括服务端和客户端,支持多线程多任务上传和下载
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!
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
FTP
- ftp 上传与下载 是一个不错的源程序,有喜欢的朋友可以下载下来试试,-ftp upload and download is a good source, there are like friends can download a try,
C FTP服务端
- 用C编码实现的FTP服务程序,支持配置限制上传下载限速。及单IP连接数限制等。内涵文档,流程图等。
Ftp服务器
- 拥有强大的功能,能实现上传,下载,删除文件等,按自己的需求稍作修改即可分享给身边的朋友使用。
ftp
- 遍历磁盘文件,经目录名称存为txt 并上传到指定的ftp 服务器中,严禁用于盗取用户磁盘文件信息,造成的后果,本人不承担。(Traverse the disk file, saved by directory name as TXT, and uploaded to the specified FTP server, strictly prohibited for stealing user disk file information, the consequences, I do not be
FTP
- 利用EZFTP.OCX控件,使用VB6.0实现FTP远程上传数据,文件等功能(Using EZFTP.OCX control and using VB6.0 to realize the remote upload of data, files and other functions of FTP)
2013年PB实现FTP上传与下载实例
- pb实现ftp上传,下载例子,方便附件使用(PB to implement FTP upload, download examples)
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要
ftp
- 实现ftp客户端的登录下载上传,以及服务端文件内容显示(Realize the login, download and upload of FTP client)
ftp上传和下载
- 通过qt和tpc实现的ftp的服务端和客户端的