﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6019	PHP FTP Connector for CKFinder 2.x	prdatur		"Hello,

I've written a php connector which will use ftp nstead of file system commands.
Right now, only php5 is supported, because i use my own created FTPStandalone class.

Setup is quite easy
You need only to add the following config in ckfinder config.php 

$config['FTP'] = array(
	""ip"" => ""127.0.0.1"",
	""port"" => ""21"",
	""user"" => ""username"",
	""pass"" => ""password"",
	""path"" => ""The/Path/From/FTP_HOME/To/baseurl""
);

port is optional, if not set, port 21 will be used
path example
webserver document root:
/var/www/vhosts/domain.de/httpdocs

base path for uploading:
/uploads/files/ckfinder

complete path:
/var/www/vhosts/domain.de/httpdocs/uploads/files/ckfinder

ftp homedir (complete path)
/var/www/vhosts/domain.de/

so the path configuration should be:
$config['FTP']['path'] = ""/httpdocs/"";

this example is based on parallels plesk

feel free to tell me if you like it or what i could do better.
"	New Feature	confirmed	Normal		Server : PHP			CKFinder	info@…
