proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« 整理 IPCN FTP 搜索引擎 | Main | 研究解决awstats等日志分析软件对日志数据的时间顺序敏感性 »

May 7, 2006

继续推广 Windows 下 FTP Server 支持 ls-lR.gz

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2006/05/07/000977.html
http://windtear.net/archives/2006/05/07/000977.html

继续推广 Windows 下 FTP Server 支持 ls-lR.gz

其实主要还是推广 Windows 下的 FTP Server 支持 ls-lR.gz
目的是便于FTP搜索引擎索引 (比如我的 IPCN FTP搜索引擎就支持)

Linux *NIX 下支持这个很简单 而且一般大站点都支持
脚本也很简单
cd /var/ftp
ls -lR > ls-lR
gzip ls-lR

然后加入crontab定时任务定时执行就可以了

windows 下就没这么方便了 当然看了本文就方便了

本文算是对2004-06-20
Windows 平台下为 FTP Server 生成 ls-lR/ls-lR.gz 文件
http://windtear.net/archives/2004/06/20/000445.html
一文的更新

另外也是再向FTP站长宣传一下对 ls-lR.gz 的支持和生成方法
涉及的软件GnuWin32也已有更新

比如之前 ls 在 fileutils 包里面 现在在 coreutils 里面
当然 ls gzip 版本和 libintl libiconv 也都有更新

http://sourceforge.net/projects/gnuwin32/
http://sourceforge.net/project/showfiles.php?group_id=23617

http://prdownloads.sourceforge.net/gnuwin32/coreutils-5.3.0-bin.zip?download
http://prdownloads.sourceforge.net/gnuwin32/gzip-1.3.5-3-bin.zip?download
http://prdownloads.sourceforge.net/gnuwin32/libintl-0.14.4-bin.zip?download
http://prdownloads.sourceforge.net/gnuwin32/libiconv-1.9.2-1-bin.zip?download

http://nchc.dl.sourceforge.net/sourceforge/gnuwin32/coreutils-5.3.0-bin.zip
http://nchc.dl.sourceforge.net/sourceforge/gnuwin32/gzip-1.3.5-3-bin.zip
http://nchc.dl.sourceforge.net/sourceforge/gnuwin32/libintl-0.14.4-bin.zip
http://nchc.dl.sourceforge.net/sourceforge/gnuwin32/libiconv-1.9.2-1-bin.zip

顺便提供一下 ls gzip 的下载:
ls-gzip-windows.rar (这样大家就不用去sourceforge下载然后解压整合了)
http://windtear.net/images/ls-gzip-windows.rar

配置好 ls gzip 的路径环境变量后
计划任务加入下面的命令就行了:
e:
cd FtpRoot
ls --show-control-chars -lR > ls-lR
gzip ls-lR

欢迎mail给我自己的FTP 和 知道的FTP信息
本blog WWW

Posted by windtear at May 7, 2006 11:43 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.