blob: 810aa84e0251458fda0b1c79830efd6c66371935 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FtpLocate is a fast FTP search engine written with Perl. It supports
indexing on multiple FTP servers and generates summaries for them.
FtpLocate provides the user two types of searching: search by filename
and search by description. Search by filename will group the results
by FTP servers and display the server nearest to the client first.
With search by description, a user can find the files he wants without
knowing the filename. Files with same description will be grouped together.
See the following URL for more information.
WWW: http://ftp.ee.ncku.edu.tw/ftplocate/
Chung-Kie Tung
tung@turtle.ee.ncku.edu.tw
|