搜索资源列表
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客户端
- 计算机网络试验程序,简便FTP应用客户端。使之可以上传和下载文件。-computer network testing procedures, simple FTP client application. So that it can upload and download files.
传奇客户端源码
- 完全可编译传奇2客户端 代码是本人从网络上下载的,已经在internet 上公开流传,所有版权相关问题与本人无关。源码仅供学习研究,不得用于非法目的。chinasf@Hotmail.com-fully compiled two legendary client code is I downloaded from the network, the internet has publicly circulated, all with copyright-related issues, I hav
实例14-FTP客户端
- 简单的ftp客户端软件,实现登录,浏览,下载,上传服务-simple ftp client software, logged in, browse, download and upload services
MINI FTP客户端
- 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
实例54-多线程文件下载客户端
- 多线程文件下载客户端-multi-threaded client files
客户端和服务器端通信程序
- 一个简单的服务器端和客户端聊天的源代码,希望大家下载
服务器与客户端编程例子
- 一个破程序,大家有谁需要的话请下载!服务器与客户端编程例子
一个通过代理登陆服务器的FTP客户端
- 一个通过代理登陆FTP服务器的客户端小软件,对于初学者了解FTP很有帮助,能列目录下载,和上传。-landing an agent through FTP server small client software for beginners to understand FTP helpful, it would have to list directories download and upload.
ftp客户端11
- ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
支持多客户端的消息传递工具
- 支持多客户端的消息传递工具VB程序源码,推荐下载!-support multi-client messaging tools VB program source code, download!
FTP客户端
- FTP客户端程序,具有上传和下载功能
多线程下载客户端
- 多线程客户端下载,可实时暂停和开始
ftp客户端
- ftp客户端用SOCKET实现,可实现文件的上传与下载功能,界面友好
FTP客户端源代码
- FTP客户端,用VC++语言开发,结合MFC,实现连接并访问服务器,本地文件可以上传到服务器,可以从服务器下载文件,可以删除文件,有操作界面
download_client
- 利用多线程开发的文件下载客户端程序,下载时有操作信息显示,下载进度显示,可以支持多文件同时下载。-Developed using multi-threaded file download client, download information display when operating, download progress of the show, can simultaneously support multiple file download.
ftp客户端端
- ftp的客户端源码,需要的可以下载。内容非常的丰富,想要深刻理解,可以使用。
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
VC++ FTP客户端类库
- 在windows系统下实现向ftp服务器上传或下载文件(Uploading or downloading files to FTP server under Windows system)
Ftp单线程客户端
- 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)