资源列表
基于VC和Socket的完整Ftp客户端程序
- 基于VC和Socket的完整Ftp客户端程序-Socket-based VC and the integrity Ftp Client
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
CS结构客户端自动升级
- 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
vc实现ftp
- 用vc实现的一个实现ftp功能的程序,实现了ftp的最简单的功能,连接服务器,以及设置共享目录等功能.-vc used to achieve the realization of an ftp function procedures, the ftp achieve the most simple functions, linking servers, and the installation of shared directory.
完整FTP客户端
- VC实现的一个完整FTP客户端 学网络编程的可以-VC integrity of an FTP client Network programming can s
Free FTP client
- Ftp Client 这是个FTP客户端,是一个功能强大的客户端,可以根据源码方便的加以修改,做成适合自己的FTP客户端. -Ftp Client This is a FTP client, is a powerful client, in accordance with the modified source code to facilitate and create suitable for their own FTP client.
java web ftp client
- 网页ftp客户端。在网页上实现ftp上传下载功能-website ftp client. On the website of achieving ftp upload download
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要
ftp
- 实现ftp客户端的登录下载上传,以及服务端文件内容显示(Realize the login, download and upload of FTP client)
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)
ftp上传和下载
- 通过qt和tpc实现的ftp的服务端和客户端的