资源列表
FTP(client)
- 这是一个用VB编写的ftp客户端应用程序-This is a VB prepared by the ftp client application
通过FTP更新(有进度条)api
- 通过FTP更新(有进度条)api-updating via FTP (with the progress) api
kehuduan
- 基于TCP/IP的客户端,用socket进行通信。用vc++实现-Based on TCP/IP client using socket communication. With vc++ Achieve
Simple_FTP_ActiveX
- 用VB编写FTP ActiveX控件的编程范例,实现了完整可用的FTP ActiveX控件
FTP
- 个完整的ftp客户端代码,虽然功能没有专业的客户端软件强大,但是也算是比较好的ftp客户端软件。-a complete ftp client code, although the function of the professional powerful client software, but is relatively good ftp client
MyWinInetFtp
- 简单的FTP客户端,只实现了单个目录的上传和下载,大家可以根据它改进,做出自己的Ftp来哈-simple FTP client, only to achieve a single directory to upload and download, we can improve it and make their own Ftp to Kazakhstan
WebUpload
- C#下实现的文件支持FTP协议的断点续传功能
FtpClient&Service
- 一个C#写的ftp客户端,可已安装为系统服务,并支持客户端配置文件.(附带安装为服务和卸载服务的批处理文件)-a write C# ftp client can be installed as system services, and to support client configuration files. (Incidental services for the installation and uninstall the batch file)
xiazaidemo
- class to download files from the net 示例,类名叫做CWebGrab,其用法可以参看http://www.codeproject.com/internet/webgrab.asp-class to download files from the net example, Class name is CWebGrab, its usage can see http : / / www.codeproject.com / internet / webgra
vbftp
- 一个使用VB编写的简单的FTP客户端,功能简单-一个使用VB编写的简单的FTP客户端
ftp123
- 功能完备,几乎实现说有功能。-complete functions and almost achieved that are functional.
FtpDemo
- 一个java写的Ftp客户端程序demo,ftp的功能部分都已经实现,只需要调用类的方法即可。是学习ftp协议的不可多得资料。