-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Mark S. edited this page Jan 22, 2015
·
11 revisions
PHP 5.2.6+, CakePHP 2.0+
Built into this plugin is a web based FTP client but it is disabled by default for security. Here is how to try it out:
-
Extract this package into the app/Plugin/Ftp/ folder. It is best to use composer:
composer require fotografde/cakephp-ftp:dev-master
-
Enable the plugin in your app/Config/bootstrap.php file:
CakePlugin::load('Ftp');
. -
Also in your app/Config/bootstrap.php file add the following line:
Configure::write('Ftp.enabled', true);
to enable the web based FTP client. -
Point your browser to http://yourwebsite.com/ftp/client
CakeFTP is offered under an MIT license.
2011 Kyle Robinson Young, dontkry.com
If you found this release useful please let the author know! Follow on Twitter