1. Go to this page and download the library: Download alex-net/tiny-file-man library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
alex-net / tiny-file-man example snippets
$config =
global $lang_vars;
# таким образом мы расширим путь до корня ftp ...
if ($ftp && !empty($config['ftp_base_folder']) && $path) {
$path = DIRECTORY_SEPARATOR . $config['ftp_base_folder'] . $path;
}