头一低,很多年都这样过去了...

欢迎来到Kittow的部落格! - http://blog.skyhe.com

Agile Web Development (敏捷Web开发)

Want to Know Something More? Move Your Mouse Here;)

我是天空的一片云,偶尔投影在你的波心,你记得也好,最好你忘掉,你我在交汇时,互放的光亮。
——徐志摩《偶然》 More...

我的VOA听写积分

2006-3-11 [返回]
[原创]Web程序中采用FTP上传大文件资料
前几天做Avatar分站,累晕了,就想要是能将程序远程同步更新多个镜像网站的东西就好了
然后就是公司要做大容量的STK档上传,需要用到断点续传等功能,这些都要用到FTP协议,于是去网上搜了一些资料:
ASP.NET实现FTP文件上载类
web页通过自写FTP组件上传文件
用Visual Basic创建FTP组件

都不是很实用,最终还是让我找到了Chilkat FTP这个COM+组件

组件介绍:
http://www.chilkatsoft.com/ChilkatFtp.asp

接口说明:
(开发文档)ChilkatFtp ActiveX Reference(参考)
http://www.chilkatsoft.com/refdoc/xChilkatFtpRef.html

例子资料:
FTP VBScript Examples
Upload a File to an FTP Server

下载地址:
(FREE) FTP ActiveX • Version 3.0.0 • 29-JUN-2004
http://www.chilkatsoft.com/download/FtpActiveX.msi

Features:(特色)

1.Free for both commercial and non-commerical use. 
  免费商业和非商业使用
2.Royalty-free licensing. (All Chilkat components can be redistributed royalty-free) 
  遵守Royalty-free协议的免费授权
3.Copy remote files to your local filesystem.
  下载远程文件到本地系统
4.Progress monitoring. 
  处理进度监控和显示
5.Proxy.
  代理服务器
6.Passive mode.
  被动模式(PASV) 
7.Copy files from your local filesystem to the FTP server.
  上传本地文件到FTP服务器
8.Download text and binary files and access directly in memory. 
  下载文本和二进制文件到内存,并及时读取
9.Upload to FTP site directly from memory. 
  从内存直接上传到FTP站点
10.Create remote directory.
  建立远程文件夹
11.Rename remote files and directories. 
  重命名远程文件和文件夹
12.Delete remote files and directories. 
  删除名远程文件和文件夹
13.Get remote directory listing as XML. 
  获取XML格式的远程文件和文件夹

落伍帖子:http://www.im286.com/viewthread.php?tid=1321533&page=1&extra=page%3D1#pid13411211
无忧帖子:http://bbs.51js.com/viewthread.php?tid=54975&page=1&sid=63xy6Q#pid433351
CSDN帖子:http://community.csdn.net/Expert/topic/4607/4607261.xml?temp=.9271509
转自:天河网 | www.skyhe.com

Posted at 3:45 AM | Comments[2]

转自:天河网 | www.skyhe.com

发表评论
We Used Ajax to Post Your Comment!
本站评论系统采用Ajax技术,无刷新发送评论
您的大名 *   
电子邮件  
5+6=? *(请输入“5+6=?”的结果)
评论内容 *


  kittow | 发表日期:2006-05-25 13:45:47
可以的,steamCMS(ASP的CMS)就是用到了这个组件。这种com组件在绝大多数的win32平台编程语言中都可以用的
  sinopower | 发表日期:2006-05-25 09:24:44
asp中不知道可以使用不??