From ba4893475e57308ed631de144ba793196b1f2720 Mon Sep 17 00:00:00 2001 From: Alberto Peripolli Date: Thu, 26 Oct 2017 09:48:25 +0200 Subject: [PATCH] up --- filemanager/config/config.php | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/filemanager/config/config.php b/filemanager/config/config.php index a3efaf28..d942cb41 100755 --- a/filemanager/config/config.php +++ b/filemanager/config/config.php @@ -1,5 +1,5 @@ ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http"). "://". @$_SERVER['HTTP_HOST'].str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']), - /* |-------------------------------------------------------------------------- | path from base_url to base of upload folder @@ -108,23 +107,29 @@ | upload dir will be ftp_base_folder + upload_dir so without final / | */ - 'ftp_host' => false, + 'ftp_host' => false, //put the FTP host 'ftp_user' => "user", 'ftp_pass' => "pass", 'ftp_base_folder' => "base_folder", 'ftp_base_url' => "http://site to ftp root", - /* -------------------------------------------------------------------------- - | path from ftp_base_folder to base of thumbs folder with start and final | - |--------------------------------------------------------------------------*/ + // Directory where place files before to send to FTP with final / + 'ftp_temp_folder' => "../temp/", + /* + |--------------------------------------------------------------------------- + | path from ftp_base_folder to base of thumbs folder with start and final / + |--------------------------------------------------------------------------- + */ 'ftp_thumbs_dir' => '/thumbs/', 'ftp_ssl' => false, 'ftp_port' => 21, - - // 'ftp_host' => "s108707.gridserver.com", - // 'ftp_user' => "test@responsivefilemanager.com", - // 'ftp_pass' => "Test.1234", - // 'ftp_base_folder' => "/domains/responsivefilemanager.com/html", + /* EXAMPLE + 'ftp_host' => "host.com", + 'ftp_user' => "test@host.com", + 'ftp_pass' => "pass.1", + 'ftp_base_folder' => "", + 'ftp_base_url' => "http://host.com/testFTP", + */ /*