We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
composer require fotografde/cakephp-ftp:dev-master
Enable the plugin in your app/Config/bootstrap.php file: CakePlugin::load('Ftp');.
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.
Configure::write('Ftp.enabled', true);
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