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

Small FTP search engine (suitable for colleges and universities)

WBOY
Release: 2016-07-25 08:49:56
Original
911 people have browsed it
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)


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template