搜索资源列表
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.
实例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
一个通过代理登陆服务器的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
好用的ftp上传下载源码
- delphi ftp 源码,包括服务端和客户端,支持多线程多任务上传和下载
FTP-.rar
- 标准C语言编写的FTP客户端,充分利用FTP协议,实现FTP上传下载功能,C language standard FTP client, make full use of FTP protocol, FTP uploading and downloading functionality implementation
TFTPClient
- tftp 客户端可从服务器端下载数据,用IdTrivialFTP制做-tftp client
FTP
- 1支持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。同时里面有客户端和服务端的界面,清楚易懂 -1 to support the site visit the directory and file structure. 2 support disconnected automatically re-connect and automatically resume the transfer. 3, filt
email
- 大学本科计算机专业毕业设计,用C写的邮件客户端程序源码,欢迎下载-Computer design college graduate with a mail client written in C program source code, please download
ftp
- VC设计ftp 是一个简单的fTP客户端程序 上传 下载 删除-VC ftp
TCP_socket
- TCP实现多客户端聊天 1.本程序可实现多客户端群聊,各客户端由各自的IP标识 2.下载后先运行服务器端程序,后运行客户端程序。 3.服务器端和客户端程序可运行在不同的机子上,需手动输入服务器端IP地址。-TCP to achieve a multi-client chat. The program can be multi-client group chat, the client is their own IP ID 2. Download after the fir
ftp_client
- ftp客户端,可以匿名登录到ftp服务器,可以上传下载文件,可以列出本地文件列表和服务器端的文件列表。-ftp client, you can log on to the anonymous ftp server, download files can be uploaded, you can set out a list of local files and server-side list of the documents.
FTP
- 用WINSocket开发得FTP客户端程序,具备文件下载,上传等多种功能-WinSocket development with a FTP client with file download, upload, such as multi-functional
AlienFTP
- FTP服务器端及客户端的设计及实现,使用CSocket编程,图形界面,实现了文件上传,下载,删除、文件夹的上传下载删除、断点续传等功能-FTP server-side and client-side design and implementation, use CSocket programming, graphical interface, realize the file upload, download, delete, folders, upload download delete, H
2004080909233612828
- ftp客户端程序 实现了基本的上传下载等功能-ftp client to achieve the basic features such as uploading and downloading
FTPclient
- Ftp客户端,提供登陆ftp服务器,下载文件等功能-Ftp client, to provide landing ftp server, download files and other functions
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)