Home  >  Article  >  Backend Development  >  Small FTP search engine (suitable for colleges and universities)

Small FTP search engine (suitable for colleges and universities)

WBOY
WBOYOriginal
2016-07-25 08:49:56859browse
It comes with the database file data.sql. The idea is to traverse the entire file in the ftp directory and convert it into a link and store it in the database. The algorithm is not very good and the efficiency is not high. The core traversal file ftp.php (you can modify this), cooperate with Linux scheduled tasks, for example, traverse every night at 12:00
00 24 * * * /usr/bin/php /ftp.php
You don’t need to worry about it after that. will be executed until the end. Small FTP search engine (suitable for colleges and universities) Small FTP search engine (suitable for colleges and universities)


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn